Table of Contents
editCell Method 

Places a cell into edit mode.

Syntax
JavaScript
 Grid.editCell(itemIndex, cellIndex, save)

Parameters

itemIndex
The index of the item that would contain the edit cell.
cellIndex
The index of the cell to be placed into edit mode.
save
Whether to save the current edit changes.
Remarks

Set itemIndex to -1 to exit edit mode.

See Also