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

radGridView column headertext not localizing?

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas Eg
Top achievements
Rank 1
Thomas Eg asked on 12 Oct 2009, 10:19 AM
Hi,

When localizing our application everything localizes fine, except for the HeaderText on columns in all the gridviews in our application...?

All columns are designed at designtime using the property editor and localization is preformed runtime by:
CultureInfo ci = new CultureInfo(SomeLCID);
Thread.CurrentThread.CurrentUICulture = ci;

All other standard controls is going well...just not the header text on the gridview columns... any clues or hints on why the grids wont localize? Or anything i can try to find out more about the problem?

We use:
Visual Studio 2008
Telerik WinForms controls, v. 2009.1.9.414 (v2.0.50727)

Thanks in advance!

/Thomas

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 15 Oct 2009, 07:11 AM
Hi Thomas,

Thank you for contacting us.

Header cells in RadGridView show the text that is set in the HeaderText property by using the current UI culture. You should set explicitly the desired text to localize the cell. I hope this helps. If you need further assistance, please send me your project and I will try to find the best option.

I am looking forward to your reply.

All the best,
Jack
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Thomas Eg
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or