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

How can I show filter on column, but hide column header

2 Answers 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
arijit
Top achievements
Rank 1
arijit asked on 13 Jan 2014, 07:23 AM
Hi,

I want to show filter on column, but hide column header where it shows column name, Is this possible ?
I added ShowHeader="False", but now filter is also not visible. I want filter only to show.

Regards
Arijit

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 13 Jan 2014, 07:58 AM
Hi Arjith,

Please try the following CSS to hide the header row.

CSS:
<style type="text/css">
    .RadGrid_SkinName .rgHeader
    {
        display: none;
    }
</style>

Thanks,
Princy.
0
arijit
Top achievements
Rank 1
answered on 13 Jan 2014, 10:58 AM
Thanks.
Tags
Grid
Asked by
arijit
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
arijit
Top achievements
Rank 1
Share this question
or