Example of Events in ASP.NET MVC Gantt Chart Control
This sample demonstrates all the events that occur on all the Gantt operations with the help of Event Trace panel.
|
|
The Gantt triggers events based on its actions. The events can be used as an extension point to perform custom operations.
In this demo, perform Gantt actions such as Load, Created, DataBound, ToolbarClick, BeforeTooltipRender, ActionBegin, ActionComplete, CellEdit, EndEdit, TaskbarEditing, TaskbarEdited, RowSelecting, RowSelected, RowDeselecting, RowDeselected, ColumnDragStart, ColumnDrag, ColumnDrop, Expanding, Expanded, Collapsing, Collapsed, ColumnMenuClick, ColumnMenuOpen, ContextMenuClick, ContextMenuOpen, ResizeStart, Resizing, ResizeStop, SplitterResizeStart, SplitterResizing, SplitterResized, RecordDoubleClick, OnTaskbarClick and see the Event Trace panel for the events emitted.