Devexpress aspxgridview - custom swap text

Is there a way to customize the display of the top and bottom paging? How I want to show

Up as "Now display 1 - 10 of 1000 records for". Bottom page as a normal grid style such as [1] [2] ...

+2


source to share


2 answers


You can use something like this:



<SettingsPager Summary-Text="Page {0} of {1} ({2} Widgets found) "></SettingsPager>

      

+2


source


If you go to the grid properties, the SettingsPager group appears. In the Summary section, there are two options that allow you to change the text for the pager.
If you want to change the position, go to "Settings"> "Position".



+1


source







All Articles