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

Translate pager tooltips

2 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 12 Sep 2012, 01:01 PM
Hi,

I'm trying to translate the tooltips in the grid pager in the code-behind, but whatever I try, they stay in English. I tried using this code in the Page_Load, the Page_Init and the OnItemCreated event, but the tooltip text doesn't change. Am I doing something wrong?
ProductList.PagerStyle.NextPageToolTip = "sometext";



Thanks!

 

 

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Sep 2012, 07:53 AM
Hello Michael,

Thank you for contacting us.

Are you using global localization at the same time?
http://www.telerik.com/help/aspnet-ajax/grid-localization-global-resources.html

Could you please try to define the property to the MasterTableView?
RadGrid1.MasterTableView.PagerStyle.NextPageToolTip = "sometext";

Please give it a try and let me know about the result.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Michael
Top achievements
Rank 1
answered on 17 Sep 2012, 08:09 AM
Thank you, that did the trick!
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Michael
Top achievements
Rank 1
Share this question
or