views:

80

answers:

1

I have to use localization for Telerik RadDataPager in silverlight. For this i have developed a class inheriting RadDataPager by overriding OnApplyBaseTemplate Method. but after using this custom class now error is coming for PageSize, Source, DisplayMode etc are not found in class, Please reply if someone has done localization in RadDataPager.

A: 

You can solve this problem by using "App_GlobalResources" file and bind the text in ASP page. you can see this URL: Click Here

Nahid