Hi All, I urgently need a designer to configure the Sheduler Control of DayPilotPro for our online booking website, ASAP. 1. We need to dynamically link to our MSSQL Server to display bookings/rooms ...
Hi All, I urgently need a designer to configure the Sheduler Control of DayPilotPro for our online booking website, ASAP. 1. We need to dynamically link to our MSSQL Server to display bookings/rooms ...
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...
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...
Answered: The Scheduler in the Lite version has two relevant properties: BusinessBeginsHour BusinessEndsHour They will allow you to define the business hour start and end but the actual effect is a different b...
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...
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...
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. ...
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...
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...
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...
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...
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...
Hi, I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timerangeselected handling to Hold and a context menu added to the scheduler. My expectation is tha...
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...
I want to be able to handle different width browser windows - this can occur from a user having a larger resolution or from the user resizing the window on the fly. Can the dynamic scheduler control ...
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...
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...
Is it possible to limit where an external item can be dropped to? For example, allowing an external item to be dropped only on the 5:00 to 6:00 slot. I realize it is possible to validate this server-...
Hi, ive found a issue with setting the header background colour in BeforeHeaderRender and changing the displayed day using a callback. When doing a call back the header background isnt updated - even...
My event text is not displaying in the text box in the calendar but it does display when I hover over text box. How do I get it to display in the text box all the time wihtout having to hover?
Hi, could it be possible to change the events' height individually ? Is there a workaround to accomplish that ? I red that a line's height is set depending on the overlapping events in that row. Henc...