|
|
Try the online demo:
AJAX-style event creating, moving, resizing, and deleting
Context menu
Day view
Work week view
Week view
Month view
Horizontal/vertical resources view
PostBack/AJAX/JavaScript event handling
Binding to XmlDataSource, SqlDataSource, DataTable, ArrayList
Custom event formatting
UpdatePanel compatibility
DayPilot Pro 5.6Release date: June 10, 2009 (build 1808) Features(F) Scheduler Export (PNG, BMP, GIF, JPG)DayPilot Scheduler control snapshot can be exported to common image formats (BMP, PNG, GIF, JPG). Documentation: Status: Implemented (F) Custom First Day of Week (WeekStarts)All days of week are now supported in WeekStarts property (Scheduler, Month, Dynamic Scheduler, Navigator). Documentation: See Also: Status: Implemented (F) Event double click event for DayPilot SchedulerIt's possible to hook double click event, in addition to the existing click-related events:
Supported handling types (EventDoubleClickHandling property):
If you choose CallBack or PostBack handling, the server-side EventDoubleClick event will be fired. Status: Implemented (F) Specific Rendering Events in DayPilot BubblePrior to this release, DayPilot Bubble control had only one rendering event (RenderContent) which was called for all sources (events, cells, headers). It was necessary to cast the RenderEventArgs parameter to a specific type. Example: protected void DayPilotBubble1_RenderContent(object sender, RenderEventArgs e) Now there are four new events that replace the RenderContent event:
EventArgs casting is no longer necessary, since each event handler already provides the correct EventArgs type. Status: Implemented (F) Full Event Details available to DayPilot BubbleThe RenderEventBubbleEventArgs class (event arguments for RenderEventBubble event of DayPilot Bubble control) now holds full information about the source event:
In the previous versions, only Value was available and it was necessary to load the details from the original data source. Status: Implemented DayPilot Pro is an advanced DayPilot edition. You can check a thumbnail overview of the most interesting features. There is also an online demo with all the features working (including the AJAX features). If you want to test the design-time support and API you can download a fully functional trial version. And if you like it, you can buy a full version with source code and 12 months of upgrades and support (with a 30-days money back guarantee). DayPilot Lite is a do-it-yourself open-source edition of DayPilot. Although it misses some DayPilot Pro features, there are thousands of developers using it to build calendar, personal scheduling, and resource booking applications. |