I have a datagrid in my appliction -- it's set to use the paging properties with default paging options. Works fine.
In the pager row of the grid (it currently displays only the << < > >> page navigations), I also want to display text.
For example, if I wanted it to display "100 total records", how can I do it?
I am currently displaying this information in a label control outside the grid -- but I really would like it to display in the pager row of the grid.
Any suggestions would be helpful. Thanks.
In the pager row of the grid (it currently displays only the << < > >> page navigations), I also want to display text.
For example, if I wanted it to display "100 total records", how can I do it?
I am currently displaying this information in a label control outside the grid -- but I really would like it to display in the pager row of the grid.
Any suggestions would be helpful. Thanks.