This is a migrated thread and some comments may be shown as answers.

[Solved] Empty First Column when resize is turned on

1 Answer 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rohith Raveendranath
Top achievements
Rank 1
Rohith Raveendranath asked on 05 Dec 2009, 07:03 AM
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

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Dec 2009, 08:46 AM
Hello Rohith,

Unfortunately I could not reproduce the issue on the live side. At this point in order to find a quick solution/fix I will ask you to open a formal support ticket and send us a simple working test project with reproduced this erroneous behavior or at least the problematic code. Thus I could do my best to help you further in resolving it. 

Additionally, for more information about how to access column in grid, please refer to this help topic:
Accessing cells and rows

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Rohith Raveendranath
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or