Table of Contents
getItem Method 

Returns an item at the specific index.

Syntax
JavaScript
 Grid.getItem(index, returnDeletedItem)

Parameters

index
The zero based item index.
returnDeletedItem
Set to true to return the item even if it has already been deleted. By default this function returns null if the item has already been deleted.
Remarks

This function returns null if the item at the specific index has been deleted or index is out of bound.

See Also