So, I have been tasked with fixing a XAML issue in RadGridView where FilterMemberPath has been set in the CustomGridViewDataColumn…This creates Custom Filter Options....
However, the Column Header isn’t highlighting as expected when the Filter is applied…
Can you please clarify how you've set up the custom column and defined the custom filtering?
I tried to replicate the issue by using the approach suggested in the Create a Custom Field Filter Editor article, however, the filtering icon is successfully highlighted at my end upon applying the filter even when setting the FilterMemberPath. Attached you can find the project I set up for your reference. You can notice that I've set the FilterMemberPath of the Name column which in turn applies the custom filter editors when filtering this column.
If possible, can you please demonstrate your current implementation in this project or in a standalone project so that I can further investigate and assist you?
Hi Nick,
Can you please clarify how you've set up the custom column and defined the custom filtering?
I tried to replicate the issue by using the approach suggested in the Create a Custom Field Filter Editor article, however, the filtering icon is successfully highlighted at my end upon applying the filter even when setting the FilterMemberPath. Attached you can find the project I set up for your reference. You can notice that I've set the FilterMemberPath of the Name column which in turn applies the custom filter editors when filtering this column.
If possible, can you please demonstrate your current implementation in this project or in a standalone project so that I can further investigate and assist you?