This is a migrated thread and some comments may be shown as answers.

Hide Excel-like filter icon

1 Answer 177 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jas
Top achievements
Rank 1
Jas asked on 11 Aug 2017, 07:55 AM

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

1 Answer, 1 is accepted

Sort by
0
Jas
Top achievements
Rank 1
answered on 14 Aug 2017, 08:42 AM

 I figured it out. Just in case someone else is struggling, here is the answer:

 

<telerik:GridTemplateColumn HeaderText="View" UniqueName="ViewCol"  EnableHeaderContextMenu="false" >
Tags
Grid
Asked by
Jas
Top achievements
Rank 1
Answers by
Jas
Top achievements
Rank 1
Share this question
or