Sorting DataGrid using Table.Select() DataRow Array
I have a hand built dataset where some columns come from a sql database and others are calculated and eventually I will have two different query results going into one table because its impossible for me to get all the data w/one query.
The problem I need help with is getting the DataGrid to reflect changes from a sort.
The foundRows DataRow array contains correctly sorted rows (verified), but I can't get the table updated...
Leave a comment: