How to get multiple selected rows

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

Guest

I have a datagrid, which I can highlight multiple rows in. How can I find
out, programmitcally which rows are highlighted?

If I step into the code, and do a Quick Watch on the browser I found this:

((System.Windows.Forms.DataGridRow)(((System.Windows.Forms.DataGrid)(dgWork)).DataGridRows[0])).selected

property, which is true for the rows selected, but I cant get to this from
within my code???

Any help?

Ste
 
Back
Top