Active Questions
Event Move
I've followed the tutorial and added an event handler and set event move handling like so: EventMoveHandling="CallBack" OnEventMove="DayPilotCalendar1_EventMove" but whenever I load the page with the...
Navigator
Hello, ifI try to change the selectionstart by a buttonclickevent, it works. But if I try to change the selectionstart by a command for example "next", it doesn't change the selectionstart. Can someb...
how to change navigator's selectmode from javascript?
guys, i am using the calendar with navigator using callbacks and it works beautifully so far. the only problem is that i have two dropdowns for the user - one for changing the mode (day, week, work-w...
Set startDate and selectionStart on Navigator
I use several buttons to jump to predefined dates in calendar. This can be done using dpc1.commandCallBack('command', date);. Unfortunately, the Navigator does not reflect the changes in calendar. Ho...
Everybody's work'n for the weekend
Hi Dan, Just wanted to say thanks for the CssClass added to beforeeventrender. Works great. I'd also like to mention the client side render and scrollis now much faster. Thanks for that too. I'd like...
Calendar Refresh
Hi, we refresh the calendar contol whenever a user makes a booking but it takes 8 to 10 seconds for the control to refresh. Has anyone else had this problem, or any suggestions on how to resolve it? ...
Display 15 30 45 minutes
Answered: I see. You can do this using BeforeTimeHeaderRender event handler: http://kb.daypilot.org/75335/how-to-show-precise-time-in-the-calendar-row-headers/
Printing Event Background
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.or...
EventManager not found
Answered: OK I found it, you have to create this class on your own according to http://code.daypilot.org/62492/scheduler-for-asp-net-mvc-4-razor
Calendar not changing with Navigator selection MVC4/Razor
I am using the 7.1.5463.1 version of DayPilot.Web.Mvc.dll I am using the scripts from 11/20/2012 I have created a sample application to demonstrate the behavior, but it is too big to upload. When sel...
Calendar not updating
Answered: I found the problem myself, for future references - you have to update your .Columns to reflect the new date as well.
MVC 4 Scheduler : Days & Row Heights
From the code below is t possible to identify why the row lines do not match when the scheduler is rendered. The size of the event row is not matching the size of the row header. Also, the scheduler ...
Tree Resources - "htmlfile" invalid argument
Hello, As soon as I try to put my resources in a tree, I get a 'htmlfile': invalid argument error for each of my resources. At this exact line: if($m.Columns==null||$m.Columns.length==0){c.colSpan=$0...
Javascript alert "Undefined" when clicking on the Time Range Header in DayPilot Calendar
Answered: It's caused by an extra line of code that was added for debugging purposes. You can comment out line 3917 in Calendar.js and recompile. A service pack with a fix will be released soon.
Add title header to Month
Answered: There is no built-in header but you can add your own: http://kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/
Value cannot be null. Parameter name: collection
Answered: Dave, what's the version of DayPilot you are using? If you are not using DayPilot Lite for MVC 1.2 already I recommend switching to to because it's compiled with MVC4. http://mvc.daypilot.org/daypilo...
Time portion of datetime displays in Event header as PM when it is actually AM
Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1737/am-pm-incorrect-on-event-header-with-clock12hours-setting The fix will be included in the next release. You can fix it in Calendar.js by mo...
DayPilotCalendar HeaderHeightAutoFit not working sometimes inTabContainer is an ASP.NET AJAX Control
Answered: This doesn't work on controls that are hidden when the init code is executed. You can run the auto-fit manually by calling autoHeaderHeight() method (hook the tab switching event). The same applies t...
Localizing scheduler not working
Answered: The fix is included in 7.1 SP3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html
DayPilot Pro WeekView Bug inside update panel
Answered: There is now a new version available that improves the interoperability with UpdatePanel: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html Please let me know if the problem pers...