Reputation: 93357
I installed the most recent WPF toolkit and used the Datagrid control. The list of items is showing with automatically-generated columns based on my IList as ItemsSource.
I was wondering if there is an OOTB way to have filtering/sorting on this grid?
A way to click the header to make it sort, or use a dropdown in the header that shows all the possible values so that column is filtered on that property.
Right now my grid is just a fancy list of items.
Upvotes: 7
Views: 16137