i5Grid Events
In addition to the generally supported applet events, the i5Grid supports the following events that have a data type of String
:
Parameter | Use |
|---|---|
Creation | Provides the name of the JavaScript function in a Web page when an i5Grid is rendered on a Web page. |
FirstUpdate | Provides the name of the JavaScript function in a Web page when an i5Grid is updated for the first time while rendering on a Web page. |
Update | Provides the name of the JavaScript function in a Web page for subsequent updates to i5Grid. |
ColumnSelectionEvent | Provides the name of the JavaScript function in a Web page that is called when you select a column in the i5Grid |
GridScrollEvent | Provides the name of the JavaScript function in a Web page that is called when you scroll through rows in the i5Grid |
CellSelectionEvent | Provides the name of the JavaScript function in a Web page that is called when you select a cell in the grid. It is enabled only if the AllowCellSelection and AllowSelection properties are enabled. |
RowSelection | Provides the name of the JavaScript function in a Web page that is called when you select a row in the i5Grid. |