| GridClientEvents Class |
Namespace: Kettic.AspNet.Controls
The GridClientEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| GridClientEvents |
| Name | Description | |
|---|---|---|
| OnActiveRowChanged | ||
| OnActiveRowChanging | ||
| OnColumnClick | ||
| OnColumnContextMenu | ||
| OnColumnCreated |
This client-side event is fired after a column available at client-side is
created.
| |
| OnColumnCreating |
This client-side event is fired before column available at client-side
creation.
| |
| OnColumnDblClick | ||
| OnColumnDestroying | This client-side event is fired when a column object is destroyed. | |
| OnColumnHidden | ||
| OnColumnHiding | ||
| OnColumnMouseOut | ||
| OnColumnMouseOver | ||
| OnColumnMovedToLeft | ||
| OnColumnMovedToRight | ||
| OnColumnMovingToLeft | ||
| OnColumnMovingToRight | ||
| OnColumnResized | ||
| OnColumnResizing | This client-side event is fired before a column is resized. | |
| OnColumnShowing | ||
| OnColumnShown | ||
| OnColumnSwapped | ||
| OnColumnSwapping | ||
| OnCommand | ||
| OnDataBinding |
Fires when the client-side requests data binding.
| |
| OnDataBindingFailed |
This event is fired if request for data fails when using client-side data-binding.
| |
| OnDataBound |
This event is fired when the grid client-side data-binding is finished.
| |
| OnDataSourceResolved |
This event is fired when the grid client-side data is retrieved from the server.
| |
| OnFilterMenuShowing | ||
| OnGridCreated | This client-side event is fired after the grid is created. | |
| OnGridCreating | This client-side event is fired before grid creation. | |
| OnGridDestroying |
This client-side event is fired when KaxGrid object is
destroyed, i.e. on each window.onunload | |
| OnGroupCollapsed | ||
| OnGroupCollapsing | ||
| OnGroupExpanded | ||
| OnGroupExpanding | ||
| OnHeaderMenuShowing | ||
| OnHierarchyCollapsed | ||
| OnHierarchyCollapsing | ||
| OnHierarchyExpanded | ||
| OnHierarchyExpanding | ||
| OnKeyPress | ||
| OnMainViewCreated | This client-side event is fired after the MainView is created. | |
| OnMainViewCreating | This client-side event is fired before the MainView is created. | |
| OnPopUpShowing | ||
| OnRowClick | ||
| OnRowContextMenu | ||
| OnRowCreated | ||
| OnRowCreating | ||
| OnRowDataBound | ||
| OnRowDblClick | ||
| OnRowDeleted | ||
| OnRowDeleting | ||
| OnRowDeselected | ||
| OnRowDeselecting | ||
| OnRowDestroying | ||
| OnRowDragStarted | ||
| OnRowDropped | ||
| OnRowDropping | ||
| OnRowHidden | ||
| OnRowHiding | ||
| OnRowMouseOut | ||
| OnRowMouseOver | ||
| OnRowResized | ||
| OnRowResizing | ||
| OnRowSelected | ||
| OnRowSelecting | ||
| OnRowShowing | ||
| OnRowShown | ||
| OnScroll | ||
| OnTableCreated | This client-side event is fired after the table is created. | |
| OnTableCreating | This client-side event is fired before table creation. | |
| OnTableDestroying | This client-side event is fired when table object is destroyed. |