I am using filter for all columns in a grid by using "AllowFiltering=true" , when I filter a column I get the resulting row in grid, but to clear the filter again I have to go for filter popup and choose "Clear filters" option from the popup, what my requirement is if I clicked on filter icon(when the filter is on), the filtering is clear. How can I achieve this??
Thanks in advance