GridContainerEvent:gridEditCell Method |
Calls when cell edit state is changed.
clientControlsFactory.on(control, "gridEditCell", gridEditCell);
Namespace:
Aras.Client.Controls.Public
Syntaxfunction Event:gridEditCell(type, rowId, columnIndex);
Parameters
- type
- Type: int
0 - before the cell is edited;
1 - the cell value is changed, only for checkboxes
2 - the cell edit is finished.
- rowId
- Type: string
- columnIndex
- Type: int
Return Value
Type:
[T:(Any)]object
See Also