Hi,
I bind the datasource of RadGridView to a datatable.
The datatable only contains 2 rows but 260 columns.
The problem is that a column is missing in the ui grid.
I used the steb by steb debugger to watch values :
dt = GetData(); //dt contains 260 columns
RadGrid.DataSource = dt; //RadGrid.DataSource contains 260 columns
BUT!!! RadGrid.DataSource.Columns contains 259 columns!!!
What's wrong?
Thank you,
Kind Regards.
I bind the datasource of RadGridView to a datatable.
The datatable only contains 2 rows but 260 columns.
The problem is that a column is missing in the ui grid.
I used the steb by steb debugger to watch values :
dt = GetData(); //dt contains 260 columns
RadGrid.DataSource = dt; //RadGrid.DataSource contains 260 columns
BUT!!! RadGrid.DataSource.Columns contains 259 columns!!!
What's wrong?
Thank you,
Kind Regards.