This is a migrated thread and some comments may be shown as answers.

[Solved] Localizing

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
thdwlgP
Top achievements
Rank 1
thdwlgP asked on 15 Sep 2009, 11:10 PM
I just want to localize the footer string that says  "Page # of #, items # to # of #"
How do i change that string?
Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Sep 2009, 04:57 AM
Hi,

You can set the PagerStyle>PagerTextFormat property of the grid to the required string as shown below:
aspx:
<telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" PageSize="5">                  
      <PagerStyle PagerTextFormat="{4}  CustomPage {0} Customof {1}, Customitems {2} Customto {3} Customof {5}" />              
      <MasterTableView>  
        .... 

You can also take a look at the following document for reference:
Using PagerTextFormat

Thanks
Princy.
Tags
Grid
Asked by
thdwlgP
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or