Is there a property on the XamGrid that I could determine which column the grid is currently being sorted by?
Hi,
You can look at the SortedColumns collection.
grid.SortingSettings.SortedColumns
Hope this helps,
-SteveZ