Hi,
I have a RadGrid and the AutoGenerateColumns is set to true.
I am setting the DataSource and binding the Grid. Everything is fine and I can see the result.
My columns are not defined on design time. And I want to operate on the columns in runtime.
The Question is , how can I get the colums names.
If I type RadGrid.Columns.Count I receive 0 as value. Is ther a way to get the Names of the columns.
Thanks in advance