N
NuB
I have a datagrid that I need to allow the user to page and sort as well.
first, paging
I need to show the pages in the footer of the grid like this
Page 1, 2, 3, 4, 5, .etc and then in the right hand corner of the footer i
need to show
the number of records such as this
Total Cars in inventory: 200
Then I need a button (or link) to allow the user to view all the records
instead of paging them
how can i do all of this and add the text in the footer of the grid?
first, paging
I need to show the pages in the footer of the grid like this
Page 1, 2, 3, 4, 5, .etc and then in the right hand corner of the footer i
need to show
the number of records such as this
Total Cars in inventory: 200
Then I need a button (or link) to allow the user to view all the records
instead of paging them
how can i do all of this and add the text in the footer of the grid?