To help simplify record navigation, the DevExpress ASP.NET Grid View (ASPxGridView) includes a built-in data pager. Both the appearance and functionality of the pager can be fully modified by creating a PagerBar template.
In this demo, the pager's buttons (First, Last, Prev and Next) are represented by ASP.NET Button (ASPxButton) controls, which support both hovered and disabled states. The current page number is displayed within the ASP.NET Text Box (ASPxTextBox) editor, whose value can be changed to navigate to a specified page. An ASP.NET Combo Box (ASPxComboBox) allows an end-user to modify the number of rows displayed within the grid page to be modified.