Table of Contents
editItem Method 

Places an item into edit mode.

Syntax
JavaScript
 Grid.editItem(itemIndex, save)

Parameters

itemIndex
The index of the item to be placed into edit mode.
save
Whether to save the current edit changes.
Remarks

Set itemIndex to -1 to exit edit mode.

Note: This function has no effect if FullRowMode is false, in which case you should use editCell instead.

See Also