All Questions

Show diferent intervals between one hour to another

Answered: You can use TimeHeaderCellDuration property to customize the time header cell size (Calendar): http://doc.daypilot.org/calendar/time-header-cell-duration/ OnBeforeTimeHeaderRender method can be used ...

Create event

Hi, How do I create an event in the lite version. There doesn't seem to be any tutorials for novices. Is there any walk through's out there? I've opened the demo in visual studio 2008 and when I clic...

Sub tasks for Gantt

Answered: The Gantt API will be extended in the near future. At this moment you need to use viewType="Resources" and fill the Resources collection as necessary.

can't bind to DayPilotMonth

Answered: Please check this troubleshooting guide for loading events in the Scheduler: http://kb.daypilot.org/101644/events-not-showing-up-in-the-scheduler/ See also the doc on loading events: http://doc.daypi...

Highlight Events in Navigator

Answered: The documentation page is now updated with a MVC howto: http://doc.daypilot.org/navigator/highlighting-busy-days/ You need DayPilot Pro for ASP.NET MVC 7.3 or higher.

Line 27 error

All my other pages with DayPilot features are running fine, but the main calendar page continues to hang on this one line of code. I added a Modal Popup for the calendar, to add appointments, and thi...

Recurrent resource's event problem

Hi, I have a scheduler with a hierarchical resource tree. In this tree I have some recurrent resources (with the same ID). At the moment the recurrent resource's events appear only at the first occur...

AfterRenderJavaScript missing in MVC

Answered: It's now available in the latest sandbox build (7.5.5595): http://mvc.daypilot.org/sandbox/ It will be included in the next release.

Tutorials

Answered: The tutorials which include DayPilot Lite are licensed under Apache Software License 2.0 and can be used for free. The tutorials which include DayPilot Pro are licensed for evaluation purposes only. ...

Real background color length

Answered: If you want to display background objects that do not match the cell dimension it might be better to use a special kind of events for that. You can apply custom CSS in BeforeEventRender to make them ...

Row Header Auto Width

Answered: There is a bug indeed. It works like this: 1. rowHeaderHeight sets the minimal width to be used. 2. rowHeaderWidthAutoFit checks the content and if it doesn't fit there the width is increased. It sho...

Fixed-width events

Is it possible to display a day-view with fixed width events - i.e. that don't resize to the whole day width?

how to customize navigator's date format?

Hello, now dateformat of date in navigator is like "September 2013". i want to change this to "yyyy-MM(2013-09)". it seems i can do with DayPilot.Locale, but i don't know how to. thank you

Event Color customizing issue

Hi, i set CssClassPrefix="calendar_blue" and CssOnly="true" and im trying event color looks difference when they have each other class name. so what i did is... i made some classes,(name is color01~2...

Disable User Adding Events to a Row

Hello, I am trying to stop users adding new events to certain rows in the Daypilot Scheduler. Is there a way to disable adding events to certain rows or Resources? Thanks

Callback Error

Hi, After a period of inactivity on the scheduler calendar users are getting a error popup when they try and access anything on the scheduler. The error states; 'There was an error in the callback.' ...