We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon