Active Questions
parse DateTime error in DayPilotCalendar
I'm getting "Unable to parse DateTime: 'NaN=NaN-NaNtNaN:NaN:NaN' string was not recognized as a valid DateTime. I'm using TimeRangeSelectedHandling="CallBack" and the error occurs as soon as I click ...
Direction ="RTL" + HeightSpec="BusinessHours" in FF - The Scroll getts messed up
Hi, In FF when using the scroll - HeightSpec="BusinessHours": the headers don't align with the columns.
When Setting Direction ="RTL" Event Move gets messed up
Hi, First I have to say the DayPilot is a greate calendar and very easy to use, great job !! About the Bug (I tryed ver 4.9.1481): I set Direction = "RTL" and when the user try to move an event to mo...
Daypilot + sharepoint 2007
Hello, I triedthe schedulerin a web app and it works fine, but I need to include it in a Sharepoint 2007 aspx page. Is that possible? Thanks in advance
Issue with Bubble in IE
I've wrapped the daypilot control into a sharepoint webpart and is having an issue with Bubble control basically the bubble works perfectly if i use FF to browse to the sharepoint site, it doesn't wo...
How to show Year with month name in monthview control
Answered: You should handle BeforeCellRender event and change e.HeaderText. See an example from Demo/Month/CustomRendering.aspx.cs (visible as www.daypilot.org/demo/Month/CustomRendering.aspx). This example se...
Internet Explorer cannot open the internet site
I get this error dialog on IE 7 sometimes when trying to load the DayPilot calendar. Googling it appears to tell me that I am trying to access an element before the closing tag has been written out. ...
More than 1 color in an event
Hi, I would like to know if it's possible to have more than 1 background (or text) color in an event box ? For example (1 event) /-------------------------------------/ /----------Text in red--------...
Which version stable?
There are so many version in daypilot. Which version are more stable when working with update panel.
DOCTYPE for Day Pilot Lite Calendar
Hi, I am using day pilot lite calendar, and I'm having problem with DOCTYPE. <!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"" > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona...
scheduler resource header problem
Is there a way to set the scheduler resource header width? I read in one of the old version you guys took out wrapping, so if the resource name is too long, it just doesn't show the end.
After dragging and dropping I need to update a text control
Hello, After successfully dragging and dropping an event from an external list of resources, the EventMove event successfully fires, but I need it to update a text control on my page. I have tried se...
IE6 Events disappear on manual window resize
Installed new version 4.4.1357 Using DayPilotCalendar in multiple days view (7) with BusinessHoursNoScroll inside Ajax UpdatePanel Not sure if this existed in earlier verions or not but I've got a sl...
How to show only specified date in scheduler
i have saved from & to date using monthview control in database. now i have to provide from and to date to scheduler so that user can enter events only in specified dates or it would be better if sch...
ContextMenuSelectionID not show until after next postback
I have a simple form with a day pilot calender,2 buttons and 2 menus. Pressing the button will assign one of the 2 menus to the calender. e.g. in button1 click "dp1.ContextMenuSelectionID = "a"" The ...
Dynamically creating a list of items available for dropping onto the scheduler
Hello there, I have a few items or time slots that can possibly be added to the scheduler. Once I have a datatable of items, how do I dynamically put them into a list ready for them to be dragged ont...
DayPilotMonth Custom Event Context Menus
The BeforeEventRenderEventArgs for the DayPilotMonth still doesn't include a ContextMenuClientName as of version 4.9. In a separate thread you said it would be in version 4.7 (http://forums.daypilot....
DayPilotScheduler event text formatting
How do I format the text of the event in the DayPilot Scheduler, I need to get rid of the time (to-from) and put other text in its place?