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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top