GridContainercellWasChanged Method |
Returns true if cell's value was changed by user during the last editing of this cell, false otherwise.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction cellWasChanged(rowId, columnIndex);
Parameters
- rowId
- Type: string
- columnIndex
- Type: int
Return Value
Type:
[T:(Any)]bool
See Also