GridView Paging - First, Last, Next, Previous

后端 未结 4 2020
我寻月下人不归
我寻月下人不归 2020-12-30 07:29

Is it possible to add:

\"First, Last, Next, Previous\" options to the GridView paging? I can\'t seem to figure it out. All I can get are numbers and >> for last and

4条回答
  •  春和景丽
    2020-12-30 07:39

    The default Pager of GridView is not flexible.

    The alternatives are these

    1. Using Pager Template of the GridView (GridView PagerTemplate Property by MSDN)
    2. Extending the GridView control to support DataPager (example here)

提交回复
热议问题