The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.
SPSameer PatilNovember 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.
>