Answered: You can use DateTime.Today as DayPilotScheduler.StartDate. This will display today as the first day in the matrix. If you want to show a full week and just set the initial scroll position to today, u...
Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example: protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Events...
Issue : The calendar (in resource mode) columns are not aligned properly with the header.Below the first 5 resources in the header, there is a blank space. The column which is supposed to come below ...
Issue : The calendar (in resource mode) columns are not aligned properly with the header.Below the first 5 resources in the header, there is a blank space. The column which is supposed to come below ...
Answered: I think the compatibility mode is set in IE7 to run as IE6 browser. I had some problems as well with the calender layout (moved to the right). IE8 didn't have the problem. haven't tested it yet, but ...
I need to have the remaining availble time or unused time show by the event location on the scheduler on the left side for each locations day scheduled in the scheduler is this possible an if so how ...
All the calender events get cleared of during drag and drop of a particular event. from analysis we found that 'BeforeEventRender' is not getting fired after 'Event_Move' triggers. we are handling al...
All the calender events get cleared of during drag and drop of a particular event. from analysis we found that 'BeforeEventRender' is not getting fired after 'Event_Move' triggers. we are handling al...
similar problem as in : http://forums.daypilot.org/Topic.aspx/879/move_event_bug But only after bubble displayed... - Daypilot Pro 6.4 SP1 (6.4.2251.0) - Windows XP + IE8 + security patch 974455 (MS0...
Answered: The latest build (1.0.5276, please see the sandbox ) includes a working implementation of a modal dialog (implemented as a separate page using modal.js from the ASP.NET version). It's bound to EventC...
Answered: This didn't make it into the 6.5 release but it's a priority for the 6.6 release (scheduled for September 30, 2011): http://www.daypilot.org/daypilot-pro-6-6.html
Hi, Does anyone have any ideas on how to make DayPilot Calendar pro to work on a touch screen? I can't get the drag/drop etc to work. Thought maybe I needed to do something different with events?? Th...
I posted a bug report about this in October that was confirmed by Dan Letecky ( forums.daypilot.org/Topic.aspx/1156/firefox_3610_for_mac_context_menu_issue#3788 ). This is still a problem in Firefox ...
Answered: The Lite edition doesn't have a client-side (JavaScript) API. You can handle the EventClick event using JavaScript but you will need to invoke the delete command manually using custom PostBack call o...
Hi all, I would like to use the DP scheduler for linking the tasks and the resources. For one task there may be more than one resource should be allocated and vice-versa. Please let me know how to go...
Answered: Yes, it can be used to show a timetable. You only need to transform your day value to a certain date. The easiest way would be to pick a year which starts on the same day of the week. That's the case...
Answered: Unfortunately, this change was not included in 6.5. I've put it in the plan for the next release. Meanwhile, I'd like to comment it a little bit. The Items collection stores events loaded from the Da...
How do i set Localization in the calendar. I went through the demo and followed similar steps but the localization seems to be not working. I am currently working on Daypilot version 6.2.2181.0. Than...
hi i am using daypiliot latest DLL. when i am using a dropdownlist in page it is giving me error The control specified in BoundDayPilotID is not a bindable DayPilot control. plz help me and give me s...
I have a court booking system which used the calendar. This shows bookings for each hour of the day. I would also like to be able to have one entry as the first row under the date which will hold com...
Hi guys. I have a little problem with the render ofthe events into DayPilot Calendar. I'd get the same effect in this example: http://www.daypilot.org/demo/Calendar/GoogleLike.aspx or http://www.dayp...
DayPilot v6.3.2226 I have a scheduler control contained within a jQueryUI tab. If I reload the scheduler using activityScheduler.commandCallBack("navigate", {start: startDate}); while the parent tab ...
Hi Dan, MonthPicker v1.0.21 used with DP Month v6.3.2226 Win 7 x32, SP1 IE 8.0, FF 3.6.14 When OnSelectionChanged is enabled on the MonthPicker control, adding the property AutoPostback=True causesMo...
Hi, I'm having a slight issue with exporting a DayPilotMonth calendar to PNG format. Everything is great except one small problem, the events all have a backgroundColor (different colors based on the...
Answered: Hi Robert, This was a bug. It's now fixed in the sandbox build (6.3.2231). The fix will be included in 6.3 SP1 release . Thanks for reporting the issue!