All Questions

daypilot-all.min.js SyntaxError: Unexpected token )

Hi all. i trying to use mvc DayPilotScheduler.but error ni js file. Razor code : @Html.DayPilotScheduler("dps", new DayPilotSchedulerConfig { BackendUrl = Url.Action("Backend", "Home"), Scale = TimeS...

ReferenceError: System is not defined Issue in MVC 5

I have been stuck with ReferenceError: System is not defined issue. If I create a new mvc project and add the references then everything works fine. But when I add this to my current project, I get t...

How to use cssClassprefix in mvc3?

I tried using cssClassprefix in mvc3 daypilot.but it renders the inline styles.It does not support cssOnly property?So how can i apply cssclass in mvc3

Events can't span more than one week

I'm running into a problem with events that span through one week into the next. Using your online demo, create an event on a Tuesday and resize it to span to Friday. Next, move the event so the star...

PAst and Future schedules not being rendered

I am trying to show the schedule of diffrent projects,but the projects with startdate greater than todays date and enddate less than todays date are not rendered.below is the code that i am using: <D...

Display Days on Time headers as clickable.

Hi, I am using the JavaScript Scheduler to build an appointment calendar application. I have two modes for the app, namely Day and Month view. I want to achieve the following : Whenever the user in t...

TimeRangeDoubleClick

I have been working on creating a proof of concept. I am trying to open up a modal window when a user double clicks on an empty cell within the resource view of the event calendar. I found the follow...

Fast event move (multiple times) / slow server update

Answered: Hi Simon, The latest sandbox build (7.9.5695) now supports BlockOnCallBack property. If you set it to true the Scheduler will create a temporary semi-transparent div over its main area which will pre...

Deadly Memory Leak Problem

I have 5 resource and 48 events. I refresh my event every 5 seconds via websocket. When my page start , memory is 50 MB after 5 min. After half hour memory is 1 GB. 1-)How Am I gonna solve that memor...

Tutorial code for show/hide for Navigator?

Is there any code I can download to see how this page works: http://www.daypilot.org/demo/Calendar/DatePicker.aspx Specifically, I'm interested in how the "Change" link displays the Navigator. I'm su...

EventArrangementType for DayPilotScheduler

I'm wondering if EventArrangementType is available for DayPilotScheduler, specifically the ability to overlap as offered in the Calendar control (SidebySide, Cascade, Full). If not, is there a possib...

Business hours 7 days a week - Weekends crash.

Hi, I have a date picker that is fed to the Scheduler control. The scheduler only shows 1 day at a time and for the hours 5am until 9pm using ShowNonBusiness="false" BusinessBeginsHour="5" BusinessEn...

Recurrence Exception Bug v7.7.5664.1

Hello, I've implemented recurrence in my scheduler, much the same as the tutorial (TutorialDayPilotRecurrence) found on this site. The only difference is I'm using MVC, but both implementations suffe...

Cell Duration

Is it possible to add property of CellDuration to the DayPilot Calendar. I need 15 minutes CellDuration.

Losing business hour settings on update

I have the following options OnInit() BusinessBeginsHour = 9; BusinessEndsHour = 18; ShowNonBusiness = false; However, when doing OnCommand callbacks to change the day, it starts showing all hours ag...

Event not Getting displayed

I am trying to add resources and event from code behind in C# web form, i am able to show resources but when trying to show event for resources by applying datatable as datasource to control but prob...