After I rebind data to my grid, the rows need resorting, is there a RefreshSort() method ? If not how would I do this?
Thanks Steve, as usual you're right on the money.
Hi,
Is your column still marked as sorted?
If so, then all you should need to call is the "InvalidateData" method off of the XamGrid.
Hope this helps,
-SteveZ