Beta 3.0.0.0 TWebDataGrid lacks property RowCount

Since RowCount seems to be accepted for TWebDBDataGrid, will it not be allowed for the non-DB class? If so, how is one to loop over that grid’s rows?

Good catch.
We'll look to synchronize this.
For the non-DB grid, you can use grid.RowData.Length for now