This question is locked. New answers and comments are not allowed.
Hello. I am using RadControls for Silverlight Q3 2010. I have a RadGridView with a couple of GridViewDataColumns. Each column header has the name that I specified. On the very right of each column header there is a funnel icon that functions as a filter. When I click on it a box pops ups that says "Select all", "Show rows with value that." It has two buttons a the bottom "Filter" and "Clear filter."
What I want to do is NOT SHOW that funnel icon in any of my column headings. How do you do this? Thanks in advance for your help.
EDIT: I found the solution for this. Set the IsFilteringAllowed property to False in the XAML for the RadGridView.
What I want to do is NOT SHOW that funnel icon in any of my column headings. How do you do this? Thanks in advance for your help.
EDIT: I found the solution for this. Set the IsFilteringAllowed property to False in the XAML for the RadGridView.