Gets an array of the TableRowElement objects representing grid's row at the specified index.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_item(index);

Parameters

index
Type: System..::..Int32
The zero-based index of the row to get.

Return Value

An array of the TableRowElement objects representing grid's row at the specified index.

See Also