This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
DataGrid does not seem to have Filtering capabilities yet. However, can I use the CollectionViewSource filtering with a DataGrid?
|
|
|
Hello Nestor Yes you can use CollectionViewSource to add your filter logic. One way to set this up in code would be to expose the CollectionViewSource on your model. Then the DataGrid.ItemsSource can bind to the View property of CollectionViewSource. Let me know if you need further help. Jason Fauchelle |
|