Active Questions
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...
DPMonth TimeRangeSelectedHandling Callback Modal Popup
Hi, I use the DPMonth OnTimeRangeSelected method to pop a modal window for editing/adding new events to the Month calendar. I cannot get a Modal window to present OnTimeRangeSelected using the Callba...
HeaderClickHandling not working properly
I have set the following parameter: HeaderClickHandling="JavaScript" The 'standard' javascript is defined as: alert('Header with id ' + c.value + ' clicked.') The alert however, alwaysreturns null fo...
Logging All DayPilot Errors - js & .net
Hi, I'm working with DP ver 5.4.1722 DEMO. I've added ELMAH (http://code.google.com/p/elmah/) to my project as a centralized error log and notificationtool, butI'm struggling with javascript errors. ...
How to change Event Font Color dinamically
I need change the event font color dinamically for some events, I can do it for Event BackColor, How can I do this for event font color? this is my code: protected void DayPilotCalendar1_BeforeEventR...
Client side date change UTC problem
Hi, I'm trying to change the DayPilot dates from the client side: JavaScript: DayPilotCal.ChangeDates(dateFirst,DaysSelect); C#: protected void DayPilotCalendar1_Refresh(object sender, RefreshEventAr...