AD
Administrator
Syncfusion Team
May 7, 2003 02:33 PM UTC
Set the ListBoxSelectionMode property on the grid to SelectionMode.One. This should select whole rows for you, but it will leave the current cell a different color than the rest of the row. If you do not want this behavior, handle the CurrentCellActivating event, and set e.ColIndex = 0 in your handler.