Active Questions
Scheduler resource bug + width settings in percentage?
1) Resource tooltip bug? When adding resources in a scheduler I want to add a hyperlink to the Name property. This works by setting the resource.Name to "<a href="link">name</a>". But this value is a...
Context menu Javascript action
Answered: Since you are using a CallBack, you need to call DayPilotCalendar1.Update() after changing your data source (this is not necessary when using PostBack). By calling DayPilotCalendar1.Update() you tell...
How to switch to editable mode to a event after TimeRangeSelected Fired
Hi I want to switch the event's mode to editable when it is added means after TimeRangeSelected event Fired. How can I do this?
Loading Resources ViewTypeResources Error
Hi, I'm getting this error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ViewTypeResources' When i try to load appointments into a resources table. I can get rid ...
Javascript error when in Iframe 4.1
Hi, I get a error when i use daypilot in an iframe with the new version. It works Good but when you select a timerange it gives an error. The rest works perfectly. Only in IE. Firefox doesnt give a e...
UpdatePanelNavigation (DemoSQL 4.1)
I'm fooling around with the DemoSQL provided with 4.1.1252. I want to highlight dates with events in the Calendar control contained in UpdatePanelNavigation, and got it working. My problem is however...
Possible to show thumbnail for a resource name in the DayPilot Schedule ?
The Demo sample shows "John" in the Vertical axis , based on resource <DayPilot:Resource Name="John" Value="A" /> Is there a way to show a thumbnail or icon instead? Thanks,Peter
Adding Move External Event to Default.asp
I am trying to add the new ExternalDragandDrop function to the Default.asp and the default.asp.cs. I can get External Events placed on the calendar but if I attempt to resize that event it disappears...
DayPilot Scheduler - cannot set the CellGroupBy at run time
I want to switch between month, year, day views etc. I don't see any way to change DayPilotScheduler1.CellGroupBy Thanks,Peter
IE6 & Lost text on events
I don't know if this a bug or a feature but it happens with IE6 and not with Firefox. If the first word of the text in the event is wider (with the font used) than the width of the event the first li...
Change event appearance based on who created the event
I want people to only see their own events - other events would appear as occupied( perhaps a blue bar through the time). I have a userid field inmy sql events table . Any thoughts? Thanks,Peter
Javascripr error on move
We are considering using the DayPilot tool but now the Scheduler has a weird move bug... Error message FF = $09.rows[$03.DayIndex + 2] has no properties Error message IE = Row 3, char 14150, rows[......
Context menu postback
Answered: CallBack and PostBack action types are not supported for time range selection context menu in 4.0 SP4 and previous versions. I've just implemented it (it will be included in 4.1).
JavaScript Error when I add an event.
Error : Microsoft JScript runtime error: 'rows[...].cells' is null or not an object I am using DayPilot Pro 4.0.1205.1 Here is my code : hc.InsertEvents("new event", e.Start, e.End, Convert.ToInt32(e...
All Day Event Delete using (x) and Movement in Week View.
I am stuck if i create a new All day Event, now once created an All day event it cannot be deleted.....:( When i can expect this functionality ?)
DataBind Error
I am testing the control for our university and ran into a problem. I am using C# and .Net 2.0. Looking at the documentation it looks as if we are supposed to set the column name properties. This is ...
DayPilot Lite - How to set the number of days displayed in the Calendar
I am trying to use the DayPilot Lite (open source version). I don't see any public property to set the number of days displayed on the Calendar. Is there a method available? Any help will be apprecia...
Hyperlink in event box sometimes overridden by redirect in event_click
Hi, On the BeforeEventRender event I override the display to include a hyperlink "e.InnerHTML = "<A HREF='NewPage.aspx?ID=" & e.Value & "'>MyLink</A><br />" & e.InnerHTML" The problem is that the Eve...
xmlDataSource Example?
Hello, Is there supposed to be example code of binding to an xmlDataSource here (http://www.daypilot.org/demo/Lite/BindingXmlDataSource.aspx)? I see examples for an array but I am using xmlDataSource...
ShowAllDayEvents and BusinessHoursNoScroll bug
Hi! When ShowAllDayEvents=true and HeightSpec=BusinessHoursNoScroll then javascript:dpc1.refreshCallBack(new Date()) produce and error... Version 4.0