Active Questions
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...
Scheduler: Click event resource
Hello again, Is it possible to have a click event or context menu on the resources in the left column? Grtz Ralph.
Scheduler group by month
Hello, Is it possible to set the duration of the cell to the length of the specific month? For example: First cell - April 2009 - 30 days Second cell - May 2009 - 31 days. Third cell - June 2009 - 30...
eventmenuclick help
Hi, I posted this in general and then I figured it really belongs in here. Sorry to double-post. I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timera...
How to change the direction in client side?
Hi, Is there a way to change the direction of the calendar at the client side? (javascript) Thanks Rafael
how to export schedule or calender by using dayPilot lite control?
everybody know how to export data to excel or image by using dayPilot lite control? can daypilot lite support for export feature?
Scheduler group by month
Hello, Is it possible to set the duration of the cell to the length of the specific month? For example: First cell - April 2009 - 30 days Second cell - May 2009 - 31 days. Third cell - June 2009 - 30...