DataGrid multiselect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a windows forms data grid which I want to use for display only.

Is it possible to turn off the "multiselect" behaviour so that only one row can be selected at a time?
Is it possible to stop individual cells receiving focus (I want the whole row to be highlighted and want to avoid the text in individual cells being selected as if they were being edited)

Thanks
Douglas Collie
 
Hi Douglas,

Refer to the following FAQs in George Shepherd's WindowsForms FAQ:
<http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q839q>
<http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q620q>

Regards,
Arun
-------------------------------------------------------------------------
Visit: http://www.syncfusion.com for .NET Essentials
--------------------------------------------------------------------------

Douglas Collie said:
I have a windows forms data grid which I want to use for display only.

Is it possible to turn off the "multiselect" behaviour so that only one row can be selected at a time?
Is it possible to stop individual cells receiving focus (I want the whole
row to be highlighted and want to avoid the text in individual cells being
selected as if they were being edited)
 
Back
Top