Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Filtering on TemplateColumn
posted

I created a TemplateColumn which displays information of a customer in TextBlocks in a StackPanel. The Column itsself binds to the customer object. If I open the filter menu, now values are displayed in the Editor. Sometimes different TextBlocks in the cells are collapsed. I now created a customer sorter and a custom group by comparer to fix sorting and grouping.

How can I fix the FilterDialog? Is there any option to use the .ToString() result of the customer object for the FilterDialog. Or any option to tell it a property to use?

Parents Reply Children