ColIndex from ColName

Hi! How can I retrieve the columnindex with the help of the columnname? I want to retrieve one cell''s value by rowindex and the columnname. How to do so? Greetings Falk

1 Reply

AD Administrator Syncfusion Team November 28, 2005 06:38 PM UTC

If you are using a GridDataboundGrid, then you can use the method: this.gridDataBoundGrid1.Binder.NameToColIndex

Loader.
Up arrow icon