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

[Solved] Localization of Grid Headers?

1 Answer 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Macourek
Top achievements
Rank 1
Andy Macourek asked on 25 Aug 2009, 05:47 PM
I am attempting to set the header text of a grid based on the language of the user.  The code is getting called, but the header text is remaining what was set in the design node.  The code is getting called in Page_Load.

I am calling the following line:

grdIssues.Columns.FindByUniqueName("StatusIcons").HeaderText= GetLocalization("Flags");

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Aug 2009, 04:14 AM
Hi Andy,

Go through the following help article which explains how to localize the grid headers and see whether it helps.
Localizing the grid headers

Shinu
Tags
Grid
Asked by
Andy Macourek
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or