AD
Administrator
Syncfusion Team
November 29, 2004 08:52 AM UTC
In 2.1.0.9, if you modify the visible column collection, moving columns fails.
this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove("SomeCol");
Maybe this (or something silmilar) is the problem you are seeing. This problem has been fixed in our 3.0 code.
SP
Sameer Patil
November 29, 2004 10:31 AM UTC
Thanks, Clay.
Removing columns from VisibleColumns was the problem.
Sameer
>In 2.1.0.9, if you modify the visible column collection, moving columns fails.
>
>this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove("SomeCol");
>
>
>Maybe this (or something silmilar) is the problem you are seeing. This problem has been fixed in our 3.0 code.
>