In RadGrid i couldn’t find the localization settings for the
GO and Change buttons
when the RadGrid pager is set to Advanced mode.
In RadGrid i couldn’t find the localization settings for the GO and Change buttons
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You must modify the
App_GlobalResourcesfile used by theRadGridcontrol.In the Solution Explorer, there should be a file named
RadGrid.Main.xx-XX.resxunder theApp_GlobalResourcesfolder, wherexx-XXis your language (de-DE).1b. If the
RadGrid.Main.xx-XX.resxfile is not there, copy the file namedRadGrid.Main.resxand rename the copy as in step 1.1c. If the
RadGrid.Main.resxis not yet in your project, add it to theApp_GlobalResourcesfolder. The file should be within yourTelerikinstalled files (ex.:C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q3 2012\App_GlobalResources).Open that file and modify the keys
GoToPageLinkButtonTextandChangePageSizeLinkButtonText.Don’t forget to set the
Localizationproperty of yourRadGridto the correct culture (xx-XX).