In RadGrid i couldn't find the localization settings for the
GO
and Change
buttons
when the RadGrid pager
is set to Advanced mode
.

- 8,904
- 16
- 57
- 84
1 Answers
You must modify the App_GlobalResources
file used by the RadGrid
control.
In the Solution Explorer, there should be a file named
RadGrid.Main.xx-XX.resx
under theApp_GlobalResources
folder, wherexx-XX
is your language (de-DE).1b. If the
RadGrid.Main.xx-XX.resx
file is not there, copy the file namedRadGrid.Main.resx
and rename the copy as in step 1.1c. If the
RadGrid.Main.resx
is not yet in your project, add it to theApp_GlobalResources
folder. The file should be within yourTelerik
installed files (ex.:C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q3 2012\App_GlobalResources
).Open that file and modify the keys
GoToPageLinkButtonText
andChangePageSizeLinkButtonText
.Don't forget to set the
Localization
property of yourRadGrid
to the correct culture (xx-XX
).

- 13,377
- 3
- 27
- 51