JJ
Jisha Joy
Syncfusion Team
October 28, 2009 09:39 AM UTC
Hi Jason,
Please refer the following code to get the column name from the column index.
this.gridGroupingControl1.TableDescriptor.Columns[this.gridGroupingControl1.TableDescriptor.ColIndexToField(columnIndex)].Name;
Please let me know if this helps.
Regards,
Jisha