AD
Administrator
Syncfusion Team
January 11, 2007 12:04 PM UTC
Hi Leema,
Please try this.
int fieldIndex = this.gridDataBoundGrid1.Binder.ColIndexToField(ColIndex);
Console.WriteLine( this.gridDataBoundGrid1.Binder.InternalColumns[fieldIndex].MappingName );
Best Regards,
Haneef