Customize DataGrid Header

  • Thread starter Thread starter Amy Snyder
  • Start date Start date
A

Amy Snyder

I have a datagrid where I incorporate paging and sorting. My datagrid
page mode is set to numeric.

Is there a way for me to customize this to display something like this
in the page header:

Page 1 of 20 Display 50 rows per page

The 1 would be in a text box that could be changed from 1-20 to go
directly to the page. The 50 would be in a listbox that would allow the
user to change the number of records per page.

Thanks
 
Back
Top