We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

MappingName to ColIndex

Hi,

what is the best way to get the column index of a mapping name (in a GGC)

Cheers,
Jason

1 Reply

HA haneefm Syncfusion Team June 27, 2007 09:37 PM UTC

Hi Jason,

You can try these code:

int field = this.gridGroupingControl1.TableDescriptor.NameToField("");
int ColIndex = this.gridGroupingControl1.TableDescriptor.FieldToColIndex(field);

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon