Row Count

How can I get the row count of the GatdaBound grid which has a dataTable as Source.

1 Reply

AD Administrator Syncfusion Team August 10, 2004 04:34 PM UTC

grid.Model.RowCount (This will include the AddNew row if you have one so it might be 1 more than the number of rows in the DataTable.)

Loader.
Up arrow icon