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.
Up arrow icon