All Questions

IE11, Win8.1 - extrem slow reactions

Answered: Loading less Events should be a good Thing. Now i am getting back about 20 Events. And the CPU is "only" going up to 6% when reloading. And when Scrolling at this Moment the Scheduler hangs for a sho...

Calendar taking a long time to switch days in Day view

Answered: Most likely this is caused by loading more events than necessary. You can try limiting the event set using StartDate and Days properties. See an example from the ASP.NET MVC 4 event calendar tutorial...

Pass Parameters to BackendController Dpc Class Onfinish

Answered: 1. You can use the ClientState property: http://doc.daypilot.org/scheduler/clientstate/ 2. Or you can modify the .backendUrl dynamically on the client side and read the query string it in the control...

Sub menu is floating

The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...

Asp Menu Hiding Behind DayPilot:DayPilotScheduler

Answered: It looks like you have placed the scheduler inside an element with z-index specified. You can try specifying a higher z-index for the menu using ZIndex property.

Row Filtering: problem with child-resources

Answered: This is now fixed in build 8.0.1518. The child nodes that match the filter will be visible including their parents. http://javascript.daypilot.org/sandbox/scheduler/rowfiltering.html

Duplicated rows

Hi, I fill my daypilotscheduler with a datateble just like on the demo. But when I add more that one reservation for a room it works ok showing every reservation next to another, but generates new ro...

Parrent100Pct Div Resize

Answered: You can reset the dimensions by calling .show(): http://api.daypilot.org/daypilot-scheduler-show/

Month, StartDate, and Angular

It doesn't appear that setting $scope.config.startDate in the controller does not automatically refresh the calendar like it does with scheduler. How do I dynamically reset the start date from a cont...

TimerangeSelection on IPad

We have updated our MVC Calendar to version 7.9.5745.0 and have now problems with the TimeRangeSelection on iPad. Since the update, a single touch on a cell doesnt create a Selection. We have to Touc...

Excel like inline edit

Answered: Inline editing of existing events is supported: http://doc.daypilot.org/scheduler/inline-event-editing/ You can also create a new event and immediately start inline editing. See the following example...

Access to HttpContext User Name in call back handler

Answered: You can access the controller using Controller property in the backend class: public class SchedulerController : Controller { public ActionResult Backend() { return new Dps().CallBack(this); } class ...