views:

29

answers:

0

Need help.

myCollection = new DB.PersonCollection();
dGrid.ItemsSource = myCollection;

User must sort DataGrid and then use sorted data to make report. How to take exact copy of DataGrid-layer collection (with sorted items)

related questions