Table of Contents
selectItem Method 

Selects an item.

Syntax
JavaScript
 Grid.selectItem(itemIndex, scrollIntoView)

Parameters

itemIndex
The index of the item to be selected.
scrollIntoView
Whether to automatically scroll the selected item into view.
Remarks

Set itemIndex to -1 to unselect any selected item.

See Also