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
90
Filtering multiple xamdatagrids
posted

Hello,

I have 2 xamdatafrids that are binded to the same DataSource.

Each Datagrid have different subset of fields. One binded to properties A,B and the other to C,D.

I want to be able to filter field A and get both table be filters.

So if after the filter I get 2 records I want to see the same 2 records in the second table.

I don't want to use hiding of fields, because my original table have much more fields.

I'd appreciate your help.

Anna.