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
 
Back
Top