non editable grid

Hello I have a gridControl and when i click, i want all the line to be selected but not the clicked cell to have the focus. thanks PK

1 Reply

AD Administrator Syncfusion Team March 1, 2005 01:11 PM UTC

Try seeting grid.ListBoxSelectionMode = SelectionMode.One. Also handle the grid.CurrentCellActivating event. In the handler, set e.ColIndex = 0.

Loader.
Up arrow icon