RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

If you develop a multilingual application, you might want to show grid headers text as per the current culture settings. This functionality is can be attained with Telerik RadGrid in the same way as with MS GridView (both controls will behave similarly when you switch the culture for the page which holds it).

The first option to localize the header text is dynamically through resource files as shown here. Another possible solution is illustrated below (note that the first example is for auto-generated columns and the second example is for declarative columns):

Example 1

Example 2