All Questions

DurationBar for DayPilotMonth object

Answered: DayPilot Month doesn't have built-in duration bar support. However, you can add a custom bar easily using "active areas" (in the Pro version): protected void DayPilotMonth1_BeforeEventRender(object s...

Can I fix the position of Time line?

Answered: Yes. You need to use one of the HeightSpec modes that support a vertical scrollbar (Fixed, Max, Parent100Pct): https://doc.daypilot.org/scheduler/height/

Can't Seem to dynamically load on scroll

Answered: That was it. I was storing the resource as a varchar originally. Switched this to an int in the database instead, problem solved. Thanks for the help.

Switcher for two kind of calendars

I'd like to have one navigator for two kind of calendars. One (day/week/month) shows paid events and second (day/week/month) shows not paid events. I have this code: <script type="text/javascript"> v...

Duratin bar in the DaypilotMonth

Answered: Please see the answer here: http://forums.daypilot.org/Topic.aspx/3596/durationbar-for-daypilotmonth-object

Copying a week

Hi, I am using the DayPilot Calendar for employee shift scheduling. I would like to create a "Master Rota" which would just be one week with fixed shifts on it. When they then create their main weekl...

Scheduler for MVC 5 demo

Answered: The download package includes binaries for MVC3, MVC4 and MVC5. The demo that is included is configured to run with MVC4. You can switch the demo to work with MVC5 (updating the references and web.co...

TimeRange moving down and down

Answered: Ah you're right, have no idea who changed it, but on 100% it is fine, sorry for problem.

EventMoveJavaScript

Answered: EventMoveJavaScript supports the following variables: e (DayPilot.Event object) newStart (DayPilot.Date object) newEnd (DayPilot.Date object) ctrl (boolean) shift (boolean) The Scheduler and Calendar...

Scheduler navigation with JQuery Datepicker.

Hi, I have some issue with navigation with JQuery Datepicker. I have already test on local computer it's OK (has 7 days). But when I publish the project to azure the scheduler has 8 day. Not sure thi...

Combining events with the same name

Due to the recordset I am dealing with, I always have records with the same event next to each other. I can't explain it very well, but I do have an image of what I have and what I am trying to achie...