NR
Nirmal Raja
Syncfusion Team
October 6, 2010 01:17 PM UTC
Hi David,
Thank you for your interest in Syncfusion products.
You can achieve this behavior by removing the specific column form the VisibleColumns collection and insert it into the desired location.
Please refer the code below:
this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove("Field1"); this.gridGroupingControl1.TableDescriptor.VisibleColumns.Insert(2,"Field1");
Let me know if you have any concern.
Regards,
Nirmal