[SOLVED] FullRowSelect vs CellSelect in DataGridView Selection Mode

Answered Closed
0
0

Hi,

How do they differ? To me, they look the same in appearance though I believe that when the SelectionMode is CellSelect, the entire row should not be highlighted and when in FullRowSelect, any cell can’t have a focus.

Thanks.

  • You must to post comments
Best Answer
0
0

They are all the same for now. Only full row select is currently implemented. The base grid class doesn’t support anything different than the row select and we need to implement additional selection data models.

  • You must to post comments
0
0

Hi Luca,

Thanks for the info.

  • You must to post comments
Showing 2 results