Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15533 | Jun 21,2004 06:17 PM UTC | Jun 22,2004 02:35 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
int fieldNo = this.gridDataBoundGrid1.Binder.ColIndexToField(gridColumnIndex);
//if you have explicitly added GridBoundColumns
string colName = this.gridDataBoundGrid1.GridBoundColumns[fieldNo].MappingName;
//if you haven''t explicitly added GridBoundColumns
string colName = this.gridDataBoundGrid1.Binder.InternalColumns[fieldNo].MappingName;
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.