Answered: Probably my response got lost somewhere, so: I've added a new ShowEventStartEnd property to DayPilotMonth. If you set it to false the starting and ending times won't be rendered. Hopefully this will ...
Hi Dan, I have daypilot lite. I have this problem : if i have an Appointment in 15/01/2008 i see it in 13/01/08 . maybe it's my mistake but i can't risolve it Hope this helps
Hi Dan, I am on version 3.7 and having difficulty with a postback occuring when an event is clicked. I believe this postback is interferring with my popup window displaying. I have the TimeRangeSelec...
Hi Dan, I have this unusal problem, I have followed the examples and also looked at you online demo code to but still having no success. The javascript only function works but the callback in the Jav...
Hi, How to display calendar control with resource view for more than 1 day. For ex, in the below demo website url, I wanted to display the meeting room A/B/C for 3 days. http://www.daypilot.org/demo/...
Hi, I have a scheduler control to list of all events for a specified start and end dates. I wanted to display the date as 1st row header, Hour as 2nd row header (ex, 9AM, 10AM) and mins as 3rd row he...
When clicking on an external, draggableitem a new request with Request.Path=null is generated, and of coursea "file not found" exception occurs. Is this the normal behaviour or is there any solution ...
When clicking on an external, draggableitem a new request with Request.Path=null is generated, and of coursea "file not found" exception occurs. Is this the normal behaviour or is there any solution ...
I am using the DayPilotMonth control and noticed that the months are labeled incorrectly. When viewing January, all the day numbers are correct, but on the 1st, it says December and should say Januar...
I would like to be able to pass additional information from the client to the server during a Callback. It would be nice if eventArgs had a member for userData. It would not need to be anything more ...
Hi I know there is a way to add a class and style the scheduler but is there a way to remove all the CSS from the table cells and div tags and place them into an external CSS file? Reason is there se...
Hello, I've tried DayPilot Lite, then tried DayPilot Pro Trial, and loved it... so i've purchased 4.3.13 version ... but im stucked here with a little problem... Im using a DayPilotCalendar and a but...
I am having some issues with the event bubble in FF. In IE6 everything displays correctly but in FF the backcolor of the bubble is darker than what it should be and the hyperlinks i've built and assi...
Answered: If you write anything using Response.Write() during a CallBack it will corrupt the response. However, it should throw some kind of a JavaScript error on the client side, did you experience that? I wi...
Hi, I am just wondering if it is possible to have BusinessBeginsHour & BusinessEndsHour in periods depending on your Cell Duration? eg. CellDuration="15" BusinessBeginsHour="9" BusinessEndsHour="17:3...
It is possible to have a "Processing" message appear when a user selects a new date for the Calendar? It is hard to tell sometimes when the calendar has completed refreshing and loading of new days d...
I was attempting the solution offered in this article: http://forums.daypilot.org/Topic.aspx/118/how_to_create_dynamically_the_calendar In addition, I wanted to register some of the events. For examp...
Hi, I have come across a problem which happens in all browsers. I have all my events and resources returning and building the scheduler no problem. But when I resize the event it and saves the change...
Hi Dan, A shameless new thread since old ones tend to be overlooked: "You can use DayPilotCalendar.Update(data) method on the server-side to pass a custom parameter (data - a string or a Hashtable) t...
Hi, How do I build a list of dynamic resources? I have put the code into the <resources> tags but I keep getting code can not be placed in here Thanks Tom
I am attempting to do an Event move where the handler is in JavaScript that calls _ctl0_MainPageContent_schedule.eventMoveCallBack(eventArgs, newStart, newEnd, oldColumn, newColumn); I set up the con...
I've noticed that when I click the today button on the calendar header (onclick javascript event is dpc1.refreshCallBack(new Date()); that anytime after 4:00pm, it goes to the next day which is one d...
I'm using the DayPilotMonth control from version 4.3. I'm trying to display December 2007. The events show up correctly--and in the correct cells--but the cells are mislabeled! For example, December ...
Hi, I am combining DayPilot with Gaia. I need a way to either pass the viewstate to Gaia during a DayPilot callback, but if this isn't possible I need to pass javascript to the client for evaluation....