Client-side Events

Summary

Properties Description
OnBeforeCancelInsert Occur when a tableview is about to cancel inserting a new row.
OnBeforeColumnFilter Occur before grid filters records with this column.
OnBeforeColumnGroup Occur before a column is grouped.
OnBeforeColumnResize Occur before column is resized.
OnBeforeColumnSort Occur before a column is sorted.
OnBeforeConfirmInsert Occur when a tableview is about to confirm inserting a new row.
OnBeforeDetailTableCollapse Occur before detail tables of a row are collapsed.
OnBeforeDetailTablesExpand Occur before detail tables of a row are expanded.
OnBeforeGridCommit Occur before grid commit changes to server.
OnBeforePageChange Occur before a tableview changes page index.
OnBeforeRowCancelEdit Occur when a row is about to be cancelled changes.
OnBeforeRowConfirmEdit Occur when a row is about to be confirmed changes.
OnBeforeRowDelete Occur when a row is about to be deleted.
OnBeforeRowDeselect Occur before a row is deselected.
OnBeforeRowSelect Occur before a row is selected.
OnBeforeRowStartEdit Occur when a row was changed to edit mode.
OnBeforeStartInsert Occur when a tableview is about to start inserting a new row.
OnCancelInsert Occur when a tableview cancels inserting a row.
OnCellClick Occur when a cell is click.
OnCellMouseOut Occur when mouse is out of a cell.
OnCellMouseOver Occur when mouse is over a cell.
OnColumnClick Occur when a column was clicked.
OnColumnDoubleClick Occur when a column was double-clicked.
OnColumnFilter Occur when grid filtered records with this column.
OnColumnGroup Occur when a column was grouped.
OnColumnMouseOut Occur when mouse is out of a column.
OnColumnMouseOver Occur when mouse is over a column.
OnColumnResize Occur when a column was resized.
OnColumnSort Occur when a column was sorted.
OnConfirmInsert Occur when a tableview confirms inserting a row.
OnDetailTableCollapse Occur when detail tables of a row were collapsed.
OnDetailTablesExpand Occur when detail tables of a row were expanded.
OnGridCommit Occur when grid commited changes to server.
OnInit Occur when KoolGrid is first initiated.
OnLoad Occur when grid is loaded.
OnPageChange Occur whena tableview changed page index.
OnRowCancelEdit Occur when a row was cancelled the changes.
OnRowClick Occur when a row was clicked.
OnRowConfirmEdit Occur when a row was confirmed changes.
OnRowDelete Occur when a row was deleted.
OnRowDeselect Occur when a row was deselected.
OnRowDoubleClick Occur when a row was double-clicked.
OnRowMouseOut Occur when mouse is out of a row.
OnRowMouseOver Occur when mouse is over a row.
OnRowSelect Occur when a row was selected.
OnRowStartEdit Occur when a row was changed to edit mode.
OnStartInsert Occur when a tableview starts inserting a row.

Properties Detail

OnBeforeCancelInsertTop

 OnBeforeCancelInsert

Occur when a tableview is about to cancel inserting a new row. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 2.1.0.0

OnBeforeColumnFilterTop

 OnBeforeColumnFilter

Occur before grid filters records with this column. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeColumnGroupTop

 OnBeforeColumnGroup

Occur before a column is grouped. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeColumnResizeTop

 OnBeforeColumnResize

Occur before column is resized. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeColumnSortTop

 OnBeforeColumnSort

Occur before a column is sorted. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeConfirmInsertTop

 OnBeforeConfirmInsert

Occur when a tableview is about to confirm inserting a new row.You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 2.1.0.0

OnBeforeDetailTableCollapseTop

 OnBeforeDetailTableCollapse

Occur before detail tables of a row are collapsed. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeDetailTablesExpandTop

 OnBeforeDetailTablesExpand

Occur before detail tables of a row are expanded. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeGridCommitTop

 OnBeforeGridCommit

Occur before grid commit changes to server. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforePageChangeTop

 OnBeforePageChange

Occur before a tableview changes page index. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowCancelEditTop

 OnBeforeRowCancelEdit

Occur when a row is about to be cancelled changes.You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowConfirmEditTop

 OnBeforeRowConfirmEdit

Occur when a row is about to be confirmed changes.You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowDeleteTop

 OnBeforeRowDelete

Occur when a row is about to be deleted.You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowDeselectTop

 OnBeforeRowDeselect

Occur before a row is deselected. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowSelectTop

 OnBeforeRowSelect

Occur before a row is selected. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeRowStartEditTop

 OnBeforeRowStartEdit

Occur when a row was changed to edit mode. You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeStartInsertTop

 OnBeforeStartInsert

Occur when a tableview is about to start inserting a new row.You return true on handle function to approve action, return false to cancel action.

Show/Hide Code

Supported from version: 2.1.0.0

OnCancelInsertTop

 OnCancelInsert

Occur when a tableview cancels inserting a row.

Show/Hide Code

Supported from version: 2.1.0.0

OnCellClickTop

 OnCellClick

Occur when a cell is click.

Show/Hide Code

Supported from version: 2.0.0.0

OnCellMouseOutTop

 OnCellMouseOut

Occur when mouse is out of a cell.

Show/Hide Code

Supported from version: 2.0.0.0

OnCellMouseOverTop

 OnCellMouseOver

Occur when mouse is over a row.

Show/Hide Code

Supported from version: 2.0.0.0

OnColumnClickTop

 OnColumnClick

Occur when a column was clicked.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnDoubleClickTop

 OnColumnDoubleClick

Occur when a column was double-clicked.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnFilterTop

 OnColumnFilter

Occur when grid filtered records with this column.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnGroupTop

 OnColumnGroup

Occur when a column was grouped.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnMouseOutTop

 OnColumnMouseOut

Occur when mouse is out of a column.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnMouseOverTop

 OnColumnMouseOver

Occur when mouse is over a column.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnResizeTop

 OnColumnResize

Occur when a column was resized.

Show/Hide Code

Supported from version: 1.0.0.0

OnColumnSortTop

 OnColumnSort

Occur when a column was sorted.

Show/Hide Code

Supported from version: 1.0.0.0

OnConfirmInsertTop

 OnConfirmInsert

Occur when a tableview confirms inserting a row.

Show/Hide Code

Supported from version: 2.1.0.0

OnDetailTableCollapseTop

 OnDetailTableCollapse

Occur when detail tables of a row were collapsed.

Show/Hide Code

Supported from version: 1.0.0.0

OnDetailTablesExpandTop

 OnDetailTablesExpand

Occur when detail tables of a row were expanded.

Show/Hide Code

Supported from version: 1.0.0.0

OnGridCommitTop

 OnGridCommit

Occur when grid commited changes to server.

Show/Hide Code

Supported from version: 1.0.0.0

OnInitTop

 OnInit

Occur when KoolGrid is first initiated.

Show/Hide Code

Supported from version: 1.0.0.0

OnLoadTop

 OnLoad

Occur when grid is loaded.

Show/Hide Code

Supported from version: 1.0.0.0

OnPageChangeTop

 OnPageChange

Occur whena tableview changed page index.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowCancelEditTop

 OnRowCancelEdit

Occur when a row was cancelled the changes.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowClickTop

 OnRowClick

Occur when a row was clicked.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowConfirmEditTop

 OnRowConfirmEdit

Occur when a row was confirmed changes.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowDeleteTop

 OnRowDelete

Occur when a row was deleted.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowDeselectTop

 OnRowDeselect

Occur when a row was deselected.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowDoubleClickTop

 OnRowDoubleClick

Occur when a row was double-clicked.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowMouseOutTop

 OnRowMouseOut

Occur when mouse is out of a row.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowMouseOverTop

 OnRowMouseOver

Occur when mouse is over a row.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowSelectTop

 OnRowSelect

Occur when a row was selected.

Show/Hide Code

Supported from version: 1.0.0.0

OnRowStartEditTop

 OnRowStartEdit

Occur when a row was changed to edit mode.

Show/Hide Code

Supported from version: 1.0.0.0

OnStartInsertTop

 OnStartInsert

Occur when a tableview starts inserting a row.

Show/Hide Code

Supported from version: 2.1.0.0