Returns an iterator for body rows of the C1GridView control. These rows are inside TBODY section of an HTML table representing the C1GridView control on a page.

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

Syntax

JavaScript
function get_rows();

Remarks

Please note that iterator along with data rows will also return group header and\or group footer rows, etc.

See Also