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?
I am calling the following line:
grdIssues.Columns.FindByUniqueName("StatusIcons").HeaderText= GetLocalization("Flags");
Any ideas?