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
|
Hello, How can I filter in the datagrid. in the GridView out of the box I use: var view = CollectionViewSource.GetDefaultView(bookingListBox.ItemsSource); view.Filter = new Predicate to filter. This apparently doesn't seem to work with datagrid. |
|
|
Hello Maik At the moment our DataGrid does not have a built in filter engine. This feature is on our backlog though, but I can't promise when this would be available. The only way to filter for now is to filter the items in your application and then set the items source of the DataGrid to be the resulting collection. Jason Fauchelle |
|