What clientside object/property will return the current number of rows loaded/displayed within a grid?
Querying the mastertableviews .rowcount property always returns the max potential rows, vs how many are actually in the grid on the current page. For example, if I have RowCount set to 5, and 11 records in the dataset, then pages 1 and 2 would return 5, but when page 3 is loaded it shouild return 1.
Querying the mastertableviews .rowcount property always returns the max potential rows, vs how many are actually in the grid on the current page. For example, if I have RowCount set to 5, and 11 records in the dataset, then pages 1 and 2 would return 5, but when page 3 is loaded it shouild return 1.