Active Questions
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...
Dynamic - Move javascript handling
Hello Dan, I am trying to handle move events by javascript so users can be warned when moving items from or into the past. The example you have given (here) is, well, almost working... What I have do...
Setting z-index of DayPilot Calendar - IE Bug
'm tring to put a DayPilot Calendar Back. The solution for this is put the control in a div tag and set the z-index property, but this dont work on IE. What other answer exist to resolve this? Where ...
DayPilotScheduler.Resources.Count returns number of parents if tree is enabled?
I encountered such issue: is it by design? if so how can I count the entire tree items? thank you.
Footer in DayPilotScheduler
Hi, is there a way to disable the "footer" in the DayPilotScheduler? If I got it right, this place is reserved for the scrollbar, but the scrollbar shouldn't be displayed in my case. thx for help, mi...
DayPilot, ASP.NET AJAX and AjaxControlToolkit
Hi, I would like to know if DayPilot uses ASP.NET Ajax or its own Ajax framework for all javascript related features, because I would avoid having many javascript frameworks loaded at the same time.....
ContextMenuSelectionID overrules
I have a DayPilot:DayPilotScheduler where I've set the ContextMenuSelectionID property. In the BeforeEventRender event I dynamically set the ContextMenuClientName of the event. In 5.4.1718 everything...