Hi all,
I am trying to localize the columns headers of a datagrid
nested in a datalist.
I populate the datagrid via code like this in the datagrid
tag…
DataSource='<%# GetList(DataBinder.Eval(Container.DataItem,
"ItemID")) %>'
Then I try and localize the grid with code like this in the
GetList fuction…
Dim
dgIssueViewList As New
System.Web.UI.WebControls.DataGrid
'Localize the
Data Grid
Localization.LocalizeDataGrid(dgIssueViewList,Me.LocalResourceFile)
Finally I have items like ColumnHeaderText.Header in the
resx file.
There are no problems with syntax or compilation – it just
doesn’t work.
May I have your thoughts on this one, please?
Thanks
Geoffrey