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)
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)