Active Questions
View resources on horizontal scheduler axis?
Hi, Just wondering whether it's possible to view resources on the hoizontal axis with times down the vertical axis? I did a quick search for questions relating to this and found one which was four ye...
Year View in Scheduler Lite
Answered: Column groups are only supported in the Pro version (CellGroupBy property for one group level and TimeHeaders for multiple group levels, see also http://www.daypilot.org/daypilot-pro-for-asp-net-webf...
Month / DataResourceField Property
Answered: You're right. This property is there because EventMoveEventArgs is shared by all controls. This is not the best design decision but the API change would break the existing implementations. The 7.0 re...
Change text content of an event client side?
Answered: There is a set of methods that allow you to set the client-side properties:
e.client.innerHTML("New HTML");
e.client.cssClass("newClass");
e.client.toolTip("New ToolTip");
e.client.backColor("#d...
Prevent date changes in scheduler when dragging
Answered: It's in the plan and it should be available soon - hopefully in the 7.0 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-0.html It will be possible to limit the moving to either h...
DayPilot in DotNetNuke
Does anybody have a working demo of daypilot with dotnetnuke? I'm sure somebody has already done what i am trying to do. I would be interested in getting in touch. kind regards, Steven
Problem in export scheduler event data
Answered: You should increase the Width property value during image export or set it to "100%" in order to show the full range (from StartDate to EndDate).
Regarding Event on First Day of Scheduler
Answered: You should check the page source code (if the form is submitted using a PostBack) or the CallBack response body to see whether the event is in the events list. You can use Chrome/IE Developer Tools o...
End of day not show all hours
Answered: It seems this has the same cause as this issue: http://forums.daypilot.org/Topic.aspx/1659/events-times-not-matching-placement-on-dpc That is, when StartDate is set including the time part the Calend...
Scheduler Hide Event Times
Answered: The latest sandbox build supports ShowEventStartEnd property with a default value set to false: http://www.daypilot.org/sandbox/Scheduler/ That means the event times are no longer added by default. Y...
The .net Calendar Not Updating DayPilotCalendar?
I am attempting to get a basic calendar up and running Everything seems to be working with the exception of the .NET Calender NOT being able to change the date of the DayPilotCalendar. I followed the...
Copy/Paste
Answered: Brandon, It's already possible. Please see the following guide: http://kb.daypilot.org/46975/how-to-implement-copy--paste-in-the-calendar/
source does not compile
Answered: It's now fixed in the latest release: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-3-1-sp2.html
Header of Scheduler
Answered: Please see here, this feature is new in DayPilot Pro for ASP.NET WebForms 6.9: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-9.html
Click on Weekoff days
Hi, I have implemented Day Pilot Control in my application. Day Pilot control is maintaining saturday/sunday automatically and shows gray color for that. Is there any property by which i can disable ...
Refresh single scheduler event from javascript
Answered: Of course I found the answer 10 minutes after posting: use commandCallBack() to initiate the refresh
DPM ContextMenuClientName not working properly
Answered: It's now fixed in build 1.6.5405. Thanks Brandon!
Events' times not matching placement on dpc
Answered: This turned out to be a bug in StartDate property handling. Setting this property to a DateTime value that included time during a callback confused the calculations. It's now fixed in the code base (...
Resize a calendar event from JavaScript
Answered: It's now possible to modify the events on the client side and send the update to the server using the Notify model: http://www.daypilot.org/scheduler-client-side-event-operations.html
Select all row with Time Range Selection
Answered: Unfortunately, this is not possible at this moment.