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
430
XamGrid: Auto-sorted columns don't work on ListCollectionView
posted

Hello!

It turns out that XamGrid ignores column's IsSorted property when the items source is a ListCollectionView. It allows sorting the table later on, when the user clicks on the header, but initial state is not as expected.

I have attached a sample project that has two identical xamGrids that differ only by item source binding. The first one has the initial sorting enabled, but the second one doesn't.

GridTest5.zip