This is a migrated thread and some comments may be shown as answers.

Custom filtering

0 Answers 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
breez
Top achievements
Rank 2
breez asked on 01 Jun 2012, 05:40 PM
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

No answers yet. Maybe you can help?

Tags
GridView
Asked by
breez
Top achievements
Rank 2
Share this question
or