Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
How to get sorted records collection
posted

My xamDataGrid is showing some data loaded through a DataTable set to the grid's DataSource property. The user then clicks some column headers to re-order the rows. At that point, how do I get the sorted record collection?

MyGrid.DataSource points to the original non-sorted list. I need the exact list that the xamDataGrid is showing.