GridGroupingControl - Rearranging columns does not work

Hi I am using a GridGroupingControl (2.1.0.9). And I am not able to rearrange the columns. The AllowDragColumns property of TableOptions is set to true. What could be the problem? Thanks Sameer

2 Replies

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. >

Loader.
Up arrow icon