prevent multiple rows select in datagrid

  • Thread starter Thread starter geoffbishop
  • Start date Start date
G

geoffbishop

The FAQ explaining how to prevent multiple-selection in a DataGrid does
not seem to exist any longer. Can someone point us to the new
location, or post an actual example please?
 
The easiest way is to hide the rowheader. If you have no custom support for
selecting multiple rows, that should be enough. If u still want the user to
select ONE row, then add that logic to the mouseup event.


/Henrik
 

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