Click or drag to resize

TreeGridContainercellWasChanged 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
Syntax
JavaScript
function cellWasChanged(rowId, columnIndex);

Parameters

rowId
Type: string
columnIndex
Type: int

Return Value

Type: [T:(Any)]
bool
See Also