JavaScript
{grid.object}cancelEditRow Method
Syntax
{grid.Object}.cancelEditRow(rowNumber)
Arguments
- rowNumber
Row that you want to return to non-editable state.
Description
If the Grid's 'Row edit style' is set to 'RowOnDemand', and the row is in edit mode, returns the row to the non-editable state.
Example
{grid.Object}.cancelEditRow({grid.rowNumber})
See Also