Table of Contents
addItem Method 

Adds a new grid item.

Syntax
JavaScript
 Grid.addItem()

Return Value

The newly added GridItem object.

Remarks

Call this function to add a new item through JavaScript. This function does not automatically scroll the newly added item into view. To scroll the new item into view, call ensureVisible on the returned GridItem object.

See Also