I've set
<telerik:GridTemplateColumn ... ShowFilterIcon="True">
but no icon appears when I apply a filter. Conversely, a sort icon does appear when I apply a sort.
Sorting is achieved by clicking on the column header, but for filtering, I am using a header context menu. Is that the source of the problem?
- If so, how can I have the filter icon show in the column header when filtering is applied via a header context menu?
- If not, why else might the filter icon now display when filtering is applied?