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
2165
XamGrid - Visible rows, filtered rows collection
posted

Hi,

We have problem with the XamGrid, we want to bind the filtered, ordered collection from the XamGrid itemsource.

What we want:

In our application we have two collection, one is the original whole source, second is the XamGrid viewed collection. In the second collection we want to have the source what is visible, after the ordering, filtering and we want to bind to this list.

Our question is, how we can create this second collection (This collection should be updated, when the itemsource it is changed, a new sorting it is made, a new filtering is made)- Can we have a direct binding to the visible collection, or we should use and create our collection after RowCollectionxhange, Sort change and FIltering change?