Home › Forums › WinForms controls › Xceed Grid for WinForms › cell select › Reply To: cell select
I’m sorry, but I don’t think the GridControl was designed for this. That doesn’t mean you can’t have such functionality, it just means you’ll have to build that functionality yourself. You can turn off row-selecting by setting the <b>SelectionMode</b> property of the GridControl to <b>SelectionMode.None</b> and then handle all the selecting yourself. Maybe you could create custom Row- and Cell-classes for this.
Imported from legacy forums. Posted by Tommy (had 227 views)