How to get selected rows in DataGrid ?

D

Dmitry Sazonov

I need to get a list of selected items in DataGrid, but I did not found a
method for it.

I found only method to get one selected item, current item. (
DataGrid.CurrentRowIndex )

Can somebody help me to get all selection in DataGrid ?
I need something like: ListView.SelectedItems

many thanks
 

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

Top