Active Questions
Setting z-index of DayPilot Scheduler
yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like. however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag ...
JS Error when calling refreshCallBack: in prepareEvents() Only from 5.6.1808
Hi, When I change the days view by calling: dpc1.refreshCallBack(null,1); and then dpc1.refreshCallBack(null,5); I get a JS Error in prepareEvents(): $P.parentNode.removeChild($P); "parentNode is nul...
Disable range selection Calender
Hi, is it possible to disable the range selection in the calender? Im currently making a meetingbooking system were every meeting is taken 30 minuts. Every cell is 30 min and I want the user, not to ...
How can i add more than one duration bar in one rowin a tree programmtically?
Hi, how can i add more than one duration bar element in one row in a tree programmtically? Example: Resource child1 = new Resource("name1", "id", true); t.Children.Add(child1); Now i want to add anot...
Client-side speed issues (DayPilot Pro 4.9)
Answered: The DayPilot Scheduler loading time will be addressed in 5.7 release. It will cover the following: Header rendering speed. That is the main bottleneck now when you use a lot of resources. In Firefox ...
Show DayPilotNavigator in horizontal position
Is there a way to show the DayPilotNavigator at the top of any calendar control in horizontal position? Thanks.
How do I use the Daypilot Navigator to update the contents of DataList
Hi, sorry if this has already been covered, I can't find the same question posted. I'd like to use the DayPilot Nav and when the user clicks on a Date, I would like the DataList that I have beside it...
CSS Support
Answered: CSS support for DayPilot Month was added in 5.5 release. See also DayPilot Month: CSS Class Styling.
How to add custom css style to event
Is it possible to set the background color for the first 15 minutes of an event, then to another color for the remainder of the time ( between start time and end time) in the BeforeEventRender event?
DayPilotCalendar within ModalPopupExtender
Hello, I have a calendar on my page then upon clicking an event, a modal popup will be displayed with another calendar. Kindly advise how can I drag and drop external source on the calendar in modal ...
Build 1773: DaypilotSchedular : Date in header does not change on changing StartDate and doing Update (Full)
Date in header of dayPilotSchedulardoes not change on changing StartDate and doing anUpdate (Full). This can be seen wheen clicked on the link "Next Month" in the schedular demo. Please fix.
How to pass params with ContextMenu NavigateUrl action?
I'm trying to pass a single parameter with a context menu item. From the documentation ( http://www.daypilot.org/context-menu.html ) I understood that a {0} in the url will be replaced with the event...
Is it possible to Edit an event from the context menu?
Hi, I'd like to be able to edit an event from the context menu, like onclick = "Edit" is it possible? thanks
DayPilotScheduler Layout problem
Hello! Sorry about my English. The DayPilot is a very good component for me , And I want to buy it. But I have some problem in using DayPilotScheduler. I put DayPilotScheduler in a UpdatePanel and se...
Place DayPilotNavigator in separate contentpanel from Calendar?
Is this possible? The page has a master page with two content placeholders, one for the main page content and one underneath the nav menu on the left - I'd like to place the DayPilotNavigator control...
Multiple events in a cell
Hello! I have the following problem: When I double click on a cell in DayPilotCalendar very fast (without waiting for the event to be created) there will be a lot of "new events" created and when I t...
Javascript error: DayPilotScheduler.movingShadow.row.Value
Hi everybody, I'm getting the next error in the DayPilot Scheduler when clicking on an event. The error only appears when the event is larger then the widht of the scheduler and you have to scroll. J...
Existing event as droptarget in drag & drop
Hi, I'm trying to implement a functionality that will connect an event to some external info/data. I have a list containing the data that should be connected. An item in the list is dragged to an eve...
Client side events after an item has been created in DayPilotVertical
Answered: You can use AfterEventRenderJavaScript property to execute custom code after the event is created. Two local variables will be available to such custom code: e (DayPilot.Event object) div (the HTML d...
DayPilotScheduler: double click
Hi, is it possible to add support for double-click to the scheduler? It would even help to pass the mouse click as 2nd parameter to the EventClickJavaScript event so that you can decide on the javasc...