Col Index

Clay, SomeField=9 //This will be place in the beginning I have problem while hardcoding the colindex in the beginning to use it GridSaveCellInfo event where we check if(e.ColIndex == this.SomeField) Now problem is if the users move''s column''s, how do reset or findout the column index. Thanks Satish

1 Reply

AD Administrator Syncfusion Team May 7, 2004 10:51 PM UTC

If this is a GridDataBoundGrid, then you can use int field = grid.Binder.ColIndexToField(colIndex); to find a particular field.

Loader.
Up arrow icon