Active Questions
Microsoft JScript runtime error: 'offsetLeft' is null or not an object in daypilot
Answered: Hi, i am using DayPilot version 6.6.2359.1 and also try latest released version.
modal window data
Answered: This can happen if the event details/edit page gets cached. Please see here: http://kb.daypilot.org/15266/how-to-force-the-modal-dialog-to-load-its-content-from-the/
Problem with default click handler on a resource in Scheduler v6.8.2477
Answered: The 6.9 release will be published later this week (June 15 at the latest). If you need the full build now please contact support@daypilot.org.
how do i open bubble on Click activation i m using earlier version of daypilot (5.8)
Answered: See here: http://kb.daypilot.org/29719/how-to-show-a-calendar-event-bubble-using-javascript/
How to show DayPilot:DayPilotScheduler Bubble using JavaScript
Answered: Please see here: http://kb.daypilot.org/29719/how-to-show-a-calendar-event-bubble-using-javascript/
Scripts use IndexOf on arrays, not available in IE8?
Answered: It should be fixed now in build 6.9.2499. Please see the sandbox: http://www.daypilot.org/sandbox/ And also here: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-9.html
DayPilotBubble1_RenderContent in VB
Answered: The direct equivalent of "e is MyType" would be "TypeOf e Is MyType": If TypeOf e Is RenderEventBubbleEventArgs Then Dim re As RenderEventBubbleEventArgs = TryCast(e, RenderEventBubbleEventArgs) ... ...
DayPilotNavigator weekday/weekend distinction
Answered: Is this feature supported in the DEMO? I'm using version 6.8.2477.1, but it doesn't work. Firebug shows "navigator_silver_daybox" on weekend days.
Side Scrolling Problem Persists
Answered: I figured it out. I put the Calendar inside a div with TEXT-ALIGN set to left. That ran the whole calendar to the left of the screen, then I put it into a table that was centered and the problem went...
How to Change Language (English to German) of calendar.
Answered: Yes, it's possible. There are several areas that need attention when localizing DayPilotCalendar: The start and end details in the event box are formatted using the current culture. The header date f...
How to limit Number of months in shedular
Hi, I am implementing daypilot shedular control in my asp.net application. But it display data from January to December. How do i retrict the shedular to show data up to specific moth e.g. How do i i...
Daypilot paging and sorting
Hi, I am bit confused to found is it possible paging and sorting in daypilot shedular if yes please give me some ideas for how do i achieve it. Thank You
Customize Header in
Answered: You should use the following settings:
CellDuration="10080" (one week)
CellGroupBy="Month"
You can customize the header HTML using BeforeTimeHeaderRender event handler. See also: http://kb.daypi...
External Drag&Drop problem
Answered: This error is now fixed (build 2433). See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-8.html
Does recurring events support "every third monday of the month" ?
I'm looking at the DayPilot calendar control for a client project. The recurring events feature works very well, but I can't find any documentation on scheduling a recurring event on the 'x' day of e...
Can an activity/appointment be assigned more than one resource
Scenario: I need to setup an appointment/job for a customer. I need to send 3 employees/resources. Can this be done with DayPilot. Three DB tables would be involved. Employees idEmp EmpName ... Appoi...
Show scheduled time in an event
I have an application where my clients can setup different events for when they are available and then their clients can schedule lessons during those events. I am trying to find a good way to show o...
Response.redirect in Context Menu
Hai team , iam having a Context menu with 4 items in it ,with the call back feature , in 2 of them i want to redirect them to som other page.while trying to do this iam getting an exception that Resp...