views:

670

answers:

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]...

+1  A: 

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
A: 

You can use something like this:

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