AD
Administrator
Syncfusion Team
September 5, 2003 01:47 PM UTC
Use the ListBoxSelectionMode property on the grid.
Also, if you want the currentcell to look like teh rest of the selected row, subscribe to the CurrentCellActivating event, and set e.ColIndex = 0 in your handler.