DayPilot Scheduler

Other topics

Remarks:

This is basics of DayPilot schedular which needs to be further explore.

Basic Info

DayPilot Scheduler widget displays a time line for multiple resources. Supports AJAX and HTML5. Automatic and manual localization. Full CSS styling support

Declaration

<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>
 <DayPilot:DayPilotScheduler 
 ID="DayPilotScheduler1" 
 runat="server" 

 DataStartField="eventstart" 
 DataEndField="eventend" 
 DataTextField="name" 
 DataIdField="id" 
 DataResourceField="resource_id" 

 CellGroupBy="Month"
 Scale="Day"

 EventMoveHandling="CallBack" 
 OnEventMove="DayPilotScheduler1_EventMove"  >

</DayPilot:DayPilotScheduler>

Parameters:

ParameterDesc
DataStartFieldspecifies the data source column that contains event start (DateTime)
DataStartFieldspecifies the data source column that contains event start (DateTime)
DataEndFieldspecifies the data source column that contains event end (DateTime)
DataTextFieldspecifies the data soruce column that contains event text (string)
DataIdFieldspecifies the data source column that contains event id (string or integer)
DataResourceFieldspecifies the data soruce column that contains event resource foreign key (string)

Contributors

Topic Id: 6027

Example Ids: 21052,21053

This site is not affiliated with any of the contributors.