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

Issue on remove then add a column

1 Answer 131 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 23 Sep 2011, 09:04 AM
Hi,

Assembly version :2011.2.823.40

I've got a weird issue on telerik radgridview:
i create and destroy columns on view code behind by the code :
myGrid.Columns.RemoveAt(i);
...
myGrid.Columns.Add(NewColumns);

when i rebind my grid, the new column is systematiquely at the place of the removed column but the header is wrong, the new header is at the end of the grid.

is someone had the issue before and know how to resolve that?

thanks by advance

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 26 Sep 2011, 01:46 PM
Hi Pierre,

May I ask you to send us a screenshot to know what exactly to look for? We have experienced similar issues before and we believe that they have been fixed.
Thank in advance.

Regards,
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
GridView
Asked by
Pierre
Top achievements
Rank 1
Answers by
Vera
Telerik team
Share this question
or