How to get total records in a dataset/grid?

How to get total number of record in a grid and display that in a label?

Use a new page property after grid data is filled to store the count of the required grid column.


Now you can bind the TotalRecCount variable to the label to display the value.

For displaying grid count you may also use footer template

1 Like