Z
zt
How to loop for each datagrid column and rename it?
Is it different mechanism if this is webform?
Here You have example i have tryed
For Each col As System.Web.UI.WebControls.DataGridColumn In DataGrid.Columns
col.HeaderText = Translate(col.HeaderText)
Next
But it does not work? Why?
-jari
Is it different mechanism if this is webform?
Here You have example i have tryed
For Each col As System.Web.UI.WebControls.DataGridColumn In DataGrid.Columns
col.HeaderText = Translate(col.HeaderText)
Next
But it does not work? Why?
-jari