Suppose i sorted the gridcontrol from their fields, now i want to get the grid control all rows in a order it is sorted.I am able to get grid all records by using
(gridname.ItemsSource as ICollection).Count
but not able to get in the order it is sorted.
Please help me !