This question is locked. New answers and comments are not allowed.
Hello,
Please suggest the best way for me. I want to change the default filter's behavior. I want my grid filter works with all data from DB, not only with displayed data in the grid.
For example:
I have 5 rows in the db-table (1, 2, 3, 4, 5)
In the grid->ItemsSource i bound only 2 records (1 and 2)
when i click to the filter i want to see all records from DB (1, 2, 3, 4, 5) and if i check 4 and 5 for example, grid gets from DB data and display selected in the filter rows (4, 5).
What is the best way for me to solve my tasks?
Thanks
Please suggest the best way for me. I want to change the default filter's behavior. I want my grid filter works with all data from DB, not only with displayed data in the grid.
For example:
I have 5 rows in the db-table (1, 2, 3, 4, 5)
In the grid->ItemsSource i bound only 2 records (1 and 2)
when i click to the filter i want to see all records from DB (1, 2, 3, 4, 5) and if i check 4 and 5 for example, grid gets from DB data and display selected in the filter rows (4, 5).
What is the best way for me to solve my tasks?
Thanks