AD
Administrator
Syncfusion Team
August 4, 2005 05:59 PM UTC
If you do not want to edit any cell, then the simplest way to do this is to handle the grid.CurrentCellActivating event. In your handler, set e.ColIndex = 0.
RG
Raymond Gunawan
August 4, 2005 07:00 PM UTC
That''s a good idea!
I think it works in my situation
Thanks a lot!
Raymond.