All Questions

Multiple resources timerangeselect

Answered: Yes, it's possible but you need to select the resources one by one (holding Ctrl): http://javascript.daypilot.org/demo/scheduler/multirange.html

SQLite

Answered: Most likely the problem is that the process doesn't have permissions to write to daypilot.sqlite. 1. Trying adding the permissions. 2. Placing the DB file in a publicly accessible location is not a g...

Monthly report

Hello How to design the monthly view of the event in the report form, based on the events entered using the calendar?

Event moving between schedulers

Answered: Thanks for reporting the issue. It should be fixed now in the latest sandbox build (8.2.2143): http://javascript.daypilot.org/sandbox/scheduler/eventmovingtwoschedulers.html

integrating the daypilot calendar with may controller/view

Answered: In the Pro version, there is a ClientState property that will hold and persists such data (such as filter parameters) and pass them to the server side with every callback: http://doc.daypilot.org/cal...

Start and End Dates Daypilot Scheduler coming as wrong

Answered: Hi Dan, Initialise the DayPilot controls @Html.DayPilotCalendar("dpc", new DayPilot.Web.Mvc.DayPilotCalendarConfig { BackendUrl = Url.Content("~/MyRequests/Backend"), TimeRangeSelectedHandling = Time...

Exception (DataItem doesn't hold any source object)

Answered: I'm including your answer as a special post and marking the questions as answered. Thanks for posting your solution. Answer:- Add PreRender Event of Daypilot and Bind DayPilotCalander , like protecte...

Delete event in lite version

Answered: The Lite version doesn't implement the integrated "delete" icon. The best way to handle it would probably be including a special "Delete" button in the "Edit" modal dialog (just like Google Calendar ...

idle time

I have schedule control and all is good. The problem happens when user leaves browser open for some time and it looks like page gets reloaded so all expanded groups collapsed at this point. I have au...

Events not Displayed in custom timeline

Answered: Please see the following page with debugging instructions: http://kb.daypilot.org/101644/events-not-showing-up-in-the-scheduler/ In the MVC version, the events are loaded using a special callback whi...

DayPilotNavigator

Answered: Please see the following doc page: http://doc.daypilot.org/navigator/highlighting-busy-days/

Disable previous Date

Hi, Is there any way to disable previous dates in month,week and day view?