Hi,
I have a radgrid with specified template columns. I would like to enable the Excel-like filter option on the grid, but hide the icon on certain column headers.
I've tried the code below, but it's not working.
<
telerik:GridTemplateColumn
HeaderText
=
"View"
UniqueName
=
"ViewCol"
ShowFilterIcon
=
"false"
>
Any ideas to what i might be missing?
Thanks,
Jas