Hello,
my problem is the AutGenerateColumn Method because the Column Caption
is not the Caption form my DataTable Column, the ColumnName is show.
So I'd like to change The Column Caption of the WebHierarchialGrid.
How ? The GridFieldCollection is empty !
Thanks it works
Hello Marco,
Let us know if you need further assistance with this issue.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
The column collection contains only the columns that are defined in the aspx page and not the autogenerated ones. But you can still take the column that you are interested in by accessing it like this:
WebHierarchicalDataGrid1.Rows[0].Items[colIndex].Column
Hope this helps.