Active Questions
DayPilot Scheduler - Is this possible?
Answered: If the lessons were always inside a CellGroupBy unit (e.g. an hour), you could use smaller units for time cells (e.g. CellDuration=15) and hide some of them: http://www.daypilot.org/scheduler-hiding-...
Navigator does not have DataRecurrenceField and so it does not highlight recurrent events
Answered: This didn't make it into the 6.5 release but it's a priority for the 6.6 release (scheduled for September 30, 2011): http://www.daypilot.org/daypilot-pro-6-6.html
Retrieve an Event (Possibly Recurrent) given Date
Answered: Hi again, I'm not sure if this is the correct way of doing it as it seems like quite a bit of coding to get at the answer! I've probably missed something very obvious along the way but at least this ...
Calendar Items property
Answered: Unfortunately, this change was not included in 6.5. I've put it in the plan for the next release. Meanwhile, I'd like to comment it a little bit. The Items collection stores events loaded from the Da...
Scheduler context menu not working
Answered: It's now fixed in build 6.5.2333. See also: http://www.daypilot.org/daypilot-pro-6-6.html Thanks for reporting the bug!
OnBeforeEventRender
Answered: It's now fixed in build 5349. See also: https://mvc.daypilot.org/daypilot-pro-for-asp-net-mvc-1-2-sp1/
DayPilot Month - StaticBubbleHTML
Answered: It's already available. See this demo page, Event 12: http://www.daypilot.org/demo/Month/ A snippet from Demo/Month/Default.aspx.cs:
protected void DayPilotMonth1_BeforeEventRender(object sende...
Scheduler setting up
Answered: I guess the problem is that the DataResourceField value doesn't match the Resource.Value. It must match exactly, i.e. the same case, no extra spaces, etc. See a general explanation for the Pro editio...
Menu image
Answered: It's now implemented in build 6.5.2331. See also: http://www.daypilot.org/daypilot-pro-6-5-sp1.html Just specify the image url using MenuItem.Image property. The image position can be adjusted using ...
MVC 3 - Tutorial
Answered: This is not a complete tutorial, just a hint on using DayPilot with Razor from MVC 3. A more complete tutorial can be found here: http://mvc.daypilot.org/monthly-calendar-and-sql-server-tutorial/ It'...
Hide unused resource headers
Answered: There is no way to do this at this moment. I will check if it will be possible to include it in one of the future releases. It seems that it could be relatively easy to implement.
How to freeze the first column of the scheduler with the rowheader ?
Answered: Unfortunately, this is not possible in the Lite version. In the Pro version, the content is displayed inside a div with a scrollbars. The total width is set using Width property and the scrollbar is ...
Click and drag whole event?
Answered: This is controlled by the EventMoveMargin property. You can increase the value as needed. The default value is 5 (pixels).
Empty scheduler throws IndexOutOfRangeException
Answered: This is a bug of the 6.5 release. It happens if the Resources collection is empty. It's fixed in the latest sandbox build. The fix will be included in the next release. See also: http://www.daypilot....
Block Overlap Events
Answered: The client-side support is not yet available but it's in the wishlist. It could be included in one of the future releases.
Is it possible to drag and drop on an existing event.
Answered: It's not directly supported at this moment. However, it's possible to use one of the ajax libraries that support drag&drop and register the event div as a drop target using AfterEventRenderJavaScript...
Update Resource Columns during CallBack in DayPilotScheduler
Answered: It seems to work fine. I've modified the Demo/Scheduler/RowHeaderColumns.aspx.cs example as follows:
protected void DayPilotScheduler1_EventMove(object sender, DayPilot.Web.Ui.Events.EventMoveE...
Creating reports with SQL and recurrent appointments?
Answered: The only option I can see is to try to create a .NET stored procedure and call the RecurrenceExpander from there. I haven't tried it, however.