I have a xamDataGrid that has a System.Data.DataView binded to it. When the user clicks on a button I want to create a System.Data.DataTable that contains all of the selected records in the grid. What would be the most efficient way to do this?
Thank you,Mike
Thank you.