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

Hide filter Icon.

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
beeta one
Top achievements
Rank 1
beeta one asked on 06 Nov 2012, 12:07 PM

Hi,

I have filtering enabled in my RadGrid.The filter row is visible, but don't want the filter icons in each table cell. Please provide a method to hide all filter buttons.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Nov 2012, 12:09 PM
Hi,

Please try the following CSS to hide the all filter icon.

CSS:
<style type="text/css">
     .RadGrid .rgFilter
     {
         display: none !important;
     }
</style>

Thanks,
Shinu.
Tags
Grid
Asked by
beeta one
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or