Active Questions
Remove an event by an external link
Hello, How can I remove an event from an external link (like a list of events) from another control? Thank you in advance! Ste
Server Side Event Handling in Daypilot Lite??
I can not seem to get server side event handling to work, I am using the Lite version. It will post back but not read the event Click code, I have tried adding the OnEventClick and nothing. ??
How to create an event with javascript?
Hello there.. I would like to know if it is possible do create an event by only calling javascript functions... I have been looking at drawEvent, drawEvents, loadEvents functions but no luck! the bas...
remember my Scroll Position
Hi All, Im trying to store the DayPilotScheduler.ViewPort.Start in a view state so that if a post back happens i can set the SetScrollX position on the page load event. i have tried adding an onscrol...
SetScrollX Resolution
Hi there, I'm currently working on a project that requires the column divisions to be 30 minutes apart and grouped by the hour however when I try to use SetScrollX(DateTime.Now.Subtract(TimeSpan.From...
Disable the droppable to selected cell
How can i disable thedroppable toselected cells (Non-business hours)?
More than one DayPilot Scheduler in a page and Drag & Drop the Event on selected scheduler
A Page having two DayPilot Scheduler,But I just want to enable the event droppable toone and disable to others. How can i handle this?
Drag & Drop the Resource in DayPilot Scheduler
Does DayPilot Scheduler support to do Drag& Drop of Resources?
problems on daypilot Lite
i already added the dll of daypilotLite but it only appears on my toolbox a readonly daypilot icon how can i use this..now
How is it possible to add different ContextMenuResourceID's , i.e. Resource Header Menus??
How is it possible to add different ContextMenuResourceID's , i.e. several Resource Header Menus to DayPilotScheduler? TIA.
Can I change the hour box from 1 to 1.30
Hi. My customer requirement is to divide the day not by hours. He wants it to be 90 mins. Now the hour dividing line is for one hour (60 mins). Can I change it to 90 mins??
Footer row in Scheduler
Is there any way to add footer row in DayPilot Scheduler? as I would like to display the total noof Resources and total no of events.
Javascript Error this.table.offsetWidth is Null
We use DayPilotPro-6.0.2078. The error throws in Scheduler.src.js on line 2598. I change the code into the following:
this.setRightColWidth = function(div) {
if (this.getLayou...
reminder picture in event?
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one? If not, will this feature b...
How do I get rid of the extra column on the left from the demo?
The demo on this site and the trial I downloaded show an extra column on the left of the navigator. It is a column that's outside of a normal week, all of the days of the week are already displayed w...
How do I only show Monday - Friday with the calender?
My calender is currently showing Sat thru Thursday with the number of days set to 5. I want days set to 5 but I want it to show Monday - Friday only. Is there a way to do this?
Can the day pilot navigator be displayed horizontally?
Is there a way to display the navigator horizontally? If so. how is this done? I looked at the properties in the code behind with intellisense but couldn't find a property that would do this.
Hiding NonBusinessHours in the DayPilotScheduler LITE ???
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...
Does the Day Pilot Pro trial have all of the features enabled?
Answered: Yes, it includes everything so you can test everything you want. You have a little [DEMO] tag on your components but it's perfect to test the water. Hope that helps you! Bbq
Calendar callback hangs if formsauth login has timed out
Hi, I'm hoping someone has experienced this and has a solution or work-around. We are using the daypilot calendar on a page and most of the handling is done via jQuery, JSON, and callbacks. The probl...