Hi,
I am using the radgrid control with row/column resize turned on. When the grid is rendered on screen i could see an empty column getting added(As the very first column).
On pre_render event though i am not abe to get a handle to this column, since i would like to put some data in this first column.
Is there way by which either i could hide this first columnt getting created or put value into that column.
(e.Item as GridDataItem)[(RadGrid1.MasterTableView.AutoGeneratedColumns[0] as GridBoundColumn).UniqueName] on item created event gives me the columns i had inserted in the dataset and associated to grid.
Any help would be appreciated.
Thanks
Rohith
I am using the radgrid control with row/column resize turned on. When the grid is rendered on screen i could see an empty column getting added(As the very first column).
On pre_render event though i am not abe to get a handle to this column, since i would like to put some data in this first column.
Is there way by which either i could hide this first columnt getting created or put value into that column.
(e.Item as GridDataItem)[(RadGrid1.MasterTableView.AutoGeneratedColumns[0] as GridBoundColumn).UniqueName] on item created event gives me the columns i had inserted in the dataset and associated to grid.
Any help would be appreciated.
Thanks
Rohith