2

Is there a way to customize the top and bottom paging display? Like I want to display the

Top as "Now displaying 1 - 10 of 1000 records for ". Bottom page as normal grid style like [1][2]...

skaffman
  • 398,947
  • 96
  • 818
  • 769
Sunny
  • 297
  • 1
  • 4
  • 14

2 Answers2

2

You can use something like this:

<SettingsPager Summary-Text="Page {0} of {1} ({2} Widgets found) "></SettingsPager>
robert
  • 33,242
  • 8
  • 53
  • 74
user362899
  • 21
  • 2
1

If you go to the grid properties there is a SettingsPager group. Under Summary there are two options which allow you to change the text for the pager.
If you want to change the position go to SettingsPager >> Position.

macleojw
  • 4,113
  • 10
  • 43
  • 63