|
Event
|
Description
|
|
Table Creation
|
|
OnTableCreating
|
This event is fired before the table is created. |
|
OnTableCreated
|
This event is fired after the table is created. |
|
OnTableDestroying
|
This event is fired when table object is destroyed. |
|
Column Creation
|
|
OnColumnCreating
|
This event is fired before column is created on client-side. |
|
OnColumnCreated
|
This event is fired after a column is created on client-side. |
|
OnColumnDestroying
|
This event is fired when a column object is destroyed. |
|
Column Resizing
|
|
OnColumnResizing
|
This event is fired before a column is resized.
|
|
OnColumnResized
|
This event is fired after a column is resized. |
|
Columns Ordering
|
|
OnColumnSwaping
|
This event is fired before two columns are swapped. |
|
OnColumnSwaped
|
This event is fired after two columns are swapped. |
|
OnColumnMovingToLeft
|
This event is fired before a column is moved to the left. |
|
OnColumnMovedToLeft
|
This event is fired after a column is moved to the left. |
|
OnColumnMovingToRight
|
This event is fired before a column is moved to the right. |
|
OnColumnMovedToRight
|
This event is fired after a column is moved to the right. |
|
Row Creation
|
|
OnRowCreating
|
This event is fired before a row available client-side is created. |
|
OnRowCreated
|
This event is fired after a row available client-side is created. |
|
OnRowDestroying
|
This event is fired when a row object is destroyed. |
|
Row Resizing
|
|
OnRowResizing
|
This event is fired before a row is resized.
|
|
OnRowResized
|
This event is fired after a row is resized. |
|
Row Selection
|
|
OnRowSelecting
|
This event is fired before row selection.
|
|
OnRowSelected
|
This event is fired after row selection. |
|
OnRowDeselecting
|
This event is fired before row deselection.
|
|
OnRowDeselected
|
This event is fired after row deselection. |
|
OnClick and OnDblClick Events
|
|
OnRowClick
|
This event is fired when a row is clicked.
|
|
OnRowDblClick
|
This event is fired when a row is double-clicked. |
|
OnColumnClick
|
This event is fired when a column is clicked.
|
|
OnColumnDblClick
|
This event is fired when a column is double-clicked. |
|
Mouse Events
|
|
OnRowMouseOver
|
This event is fired when the mouse hovers over a row.
|
|
OnRowMouseOut
|
This event is fired when the mouse leaves a row. |
|
OnColumnMouseOver
|
This event is fired when the mouse hovers over a column.
|
|
OnColumnMouseOut
|
This event is fired when the mouse leaves a column. |
|
Context Menus
|
|
OnColumnContextMenu
|
This event is fired when the context menu for a column is called.
|
|
OnRowContextMenu
|
This event is fired when the context menu for a row is called.
|
|
Column Visibility
|
|
OnColumnHiding
|
This event is fired before a column is hidden.
|
|
OnColumnHidden
|
This event is fired after a column is hidden.
|
|
Row Visibility
|
|
OnRowHiding
|
This event is fired before a row is hidden.
|
|
OnRowHidden
|
This event is fired after a row is hidden.
|
|
Row Deletion
|
|
OnRowDeleting
|
This event is fired before a row is deleted (client-side delete).
|
|
OnRowDeleted
|
This event is fired after a row is deleted (client-side delete).
|
|
|
Hierarchy
Expansion
|
|
OnHierarchyExpanding
|
This event is fired when the hierarchy is being expanded.
|
|
OnHierarchyExpanded
|
This event is fired when the hierarchy has been expanded.
|
|
OnHierarchyCollapsing
|
This event is fired when the hierarchy is being collapsed.
|
|
OnHierarchyCollapsed
|
This event is fired when the hierarchy has been collapsed.
|
|
|
Group
Expansion
|
|
OnGroupExpanding
|
This event is fired when the group is being expanded.
|
|
OnGroupExpanded
|
This event is fired when the group has been expanded.
|
|
OnGroupCollapsing
|
This event is fired when the group is being collapsed.
|
|
OnGroupCollapsed
|
This event is fired when the group has been collapsed.
|
|
|
PopUp
|
|
OnPopUpShowing
|
This event is fired when the pop-up edit form is being shown.
|
|
|
Column Showing
|
|
OnColumnShowing
|
This event is fired before a column is shown.
|
|
OnColumnShown
|
This event is fired after a column is shown.
|
|
|
Row
Showing
|
|
OnRowShowing
|
This event is fired before a row is shown.
|
|
OnRowShown
|
This event is fired when the row is shown.
|
|
|
Row Drag and
Drop
|
|
OnRowDragStarted
|
This event is fired when a row is about to be dragged.
|
|
OnRowDropping
|
This event is fired before a row is dropped.
|
|
OnRowDropped
|
This event is fired after a row is dropped.
|
|
|
Active Row
Changing
|
|
OnActiveRowChanging
|
This event is fired before the active row change.
|
|
OnActiveRowChanged
|
This event is fired after the active row is changed.
|
|
|
Filter Menu
|
|
OnFilterMenuShowing
|
This event is fired before the filtering menu is rendered.
|
|
|
Data
Binding
|
|
OnRowDataBound
|
This event is fired when a row is about to be bound on the client.
|
|
OnDataBinding
|
This event is fired when the grid is about to be bound on the client.
|
|
OnDataBound
|
This event is fired right after the grid is bound on the client.
|
|
|
Scrolling
|
|
OnScroll
|
This event is fired when you scroll the grid.
|
|
|
Command
|
|
OnCommand
|
This event is fired for each grid command which is about to be triggered (sorting, paging, filtering, editing, etc.) before postback/ajax request
.
|