When I am using RadGridView in my xaml and have IsFilterable = "True" on the columns (GridViewDataColumn), I am able to see the filter icon for the required columns.
When I click on the filter icon on the column header, a nice filter drop down comes up.
However, when I try to filter based on any filter in "Show rows with value that" drop down options, the filter stops responding and does not collapse either. It's only when I click outside the application, the filter collapses (so the filter does not serve any purpose of filtering).
Any idea why this is happening, since I am don't have any custom code. Is this a bug in the control itself?
When I click on the filter icon on the column header, a nice filter drop down comes up.
However, when I try to filter based on any filter in "Show rows with value that" drop down options, the filter stops responding and does not collapse either. It's only when I click outside the application, the filter collapses (so the filter does not serve any purpose of filtering).
Any idea why this is happening, since I am don't have any custom code. Is this a bug in the control itself?