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

Localizing the radGrid class

1 Answer 21 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tal
Top achievements
Rank 1
Tal asked on 29 Sep 2013, 03:22 PM
Hi ,
How can I localize the radGrid class in order to change the name of properties ? I thought about making a partial class.

for example, I have the following commands;

      grid.GroupPanel.Text = "גרור עמודה שתרצה לקבץ לפיה";
            grid.GroupPanel.ToolTip = "גרור עמודה שתרצה לקבץ לפיה";
            grid.SortingSettings.SortToolTip = "לחץ כאן כדי למיין לפי שדה זה";
            grid.SortingSettings.SortedAscToolTip = "מיין בסדר עולה";

I know there is also another way of using the culture and  a radGrid.he.resx file  (Hebrew) but it is not working either.

I will appreciate your help very much.

Thanks,
Tal

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 02 Oct 2013, 02:39 PM
Hi Tal,

It is strange that localizing through resource files does not work. Could you ensure that you have followed the approach explained in this help article? Generally the other approach you have demonstrated should also work but it requires a lot of extra coding.

Regards,
Angel Petrov
Telerik
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 the blog feed now.
Tags
Grid
Asked by
Tal
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or