Active Questions
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...
BusinessBeginsHour and BusinessEndsHour in Tab control
Tab in the control and put a DayPilot BusinessBeginsHour BusinessEndsHour and is not set. Why?
Export Schedular?
I amPro Version customer and I see youhave export Calendar, but not in the Schedular? I have exhausted my attempts to work around this. I have gotten creative and tried WebClient DownloadData, Downlo...
Scheduler: How does one call a server side method from event click ?
Scheduler: How does one call a server side method from event click ? Based on my readings elsewhere in this forum, it seems one is to set the EventClickHandling to "PostBack", and then set this prope...
Is it possible to show 'custom' object data (i.e. not appointments) in month view?
We have a requirement to show a month view with each day cell displaying 'activity' information - so it's not appointment data at all. In addition we need to be able to show a custom popup form when ...
daypilot and VB.net
Answered: 1. All the examples are in C# but you can use VB.NET instead without problems. JavaScript is only required on the client-side. The client-side code is necessary when you want to fine-tune the perform...
RowMarginBottom and Height of DayPilotScheduler
I have a DayPilotScheduler where I add resources dynamically. I haven't set any height properties anywhere, and the height of the scheduler perfectly matches the number of resouces (=no vertical scro...
How to increse CellHeight dynamically of DayPilot Calendar Control in Week view?
We have added daypilot Calendar control as given below <DayPilot:DayPilotCalendar ID="dpcReportingSchedule" runat="server" Days="7" HeaderDateFormat="dddd" DataValueField="ReportingScheduleID" DataSt...
DateTime issue in EventMove
Hi, I want the NewStart and NewEnd to be like 09:30:00 and 10:00:00 when dropping the event (like in EventResize). Currently I'm getting the correct hour but minutes and seconds are the same as curre...
Hi-lighting the current hour in the DayPilotScheduler LITE ?
I would like the ability to hi-light the current hour, at the time the calendar was rendered, so users have an idea of where they are in the course of the day vs. their scheduled events....is this po...