Click or drag to resize

GridContainerEvent:gridEditCell Method

Calls when cell edit state is changed.
JavaScript
clientControlsFactory.on(control, "gridEditCell", gridEditCell);

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function 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