All Questions

Can you define a Long Weekend?

Answered: You can use DayPilotNavigator.BeforeCellRender event handler to add a custom CSS class to a day cell. http://doc.daypilot.org/navigator/cell-customization/ Note that in version 7.7 the CssClass value...

Load Resource Tree from Database

Answered: You can use something like this: An example using DayPilot.request(): function loadResources() { DayPilot.request("backend_resources.php", function(result) { var data = eval("(" + result.responseText...

**Daypilot Month** set height some event

Answered: The event height in DayPilot Month can't be set individually. You can increase the event height using .eventHeight property (for all the events). Having custom height for individual events would prev...

Demo project does not launch with VS 2013

Answered: This turned out to be an issue of IIS Express that reports different values in request.Path and request.ApplicationPath. It's now fixed in build 1.3.401: http://mvc.daypilot.org/daypilot-lite-for-asp...

Navigation

Answered: You can switch dates using .commandCallBack() method: MVC View <div class="note"> <a href="javascript:dp.commandCallBack('previous');">Previous</a> | <a href="javascript:dp.commandCallBack('today');"...

IE: Script error

Answered: This issue is now fixed in the latest sandbox build (7.7.3050): You can test it in the time headers demo which includes navigation buttons (previous/next): http://www.daypilot.org/sandbox/Scheduler/T...

Year View

Answered: Yes, there is a plan to add a year view based on the scheduler ( http://doc.daypilot.org/scheduler ). It will look like the timesheet mode ( http://doc.daypilot.org/scheduler/timesheet/ ) but there w...

Daypilot Scheduler Lite

Answered: You can try 1. to remove [assembly: AllowPartiallyTrustedCallers] from DayPilot/Source/Properties/Assembly.cs (and recompile DayPilot) or 2. to add [assembly: AllowPartiallyTrustedCallers] to your dl...

Minimize sources

Answered: It is minimized using ESC (ECMA Script Cruncher). You can find the instructions here: http://www.daypilot.org/how-to-compile-daypilot-pro-source.html The ESC download page is no longer available but ...

Change Calendar Gridline Color and Width

Answered: I've posted a short tutorial that demonstrates how to modify the CSS theme for the timetable tutorial : http://code.daypilot.org/39902/asp-net-timetable-with-custom-css-theme Instead of the _matrix c...

Move/Drag multiple events

hi Dan, besides selecting multiple events, would be also cool if the user is able to move or drag n drop multiple events in scheduler e.g. by pressing ctrl key? And all of event or callback argument ...

All Day Events in Month View

How do you implement 'all-day' events in the month view. If the client wants to show the event start time it is still showing for events that have a start and end time of 00:00:00. What is the correc...

Problems with Event Resizing

Answered: This turned out to be a bug of the 7.1 release that was used in the Timetable Tutorial. The tutorial is now updated with the latest release (7.6) and the problem is fixed. http://code.daypilot.org/65...