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

Hide "Select all" from filter dropdown

2 Answers 157 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Heiko
Top achievements
Rank 1
Iron
Veteran
Heiko asked on 10 Dec 2014, 12:11 PM
I simply want to remove the "Select all" checkbox which is above the list of distinct values when I open the filter dropdown. This should be done for one single column, not all columns. How can I achieve that?

Regards
Neils

2 Answers, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 11 Dec 2014, 09:09 AM
Hi,

In order to achieve your goal, you can predefine the template of the FilteringControl. Each column has a FilteringControlStyle property. So, you can create a Style that changes the template(remove the "SelecteAll" checkbox) of the FilteringControl and assign it to the property. I would suggest you to work with our Implicit Themes as demonstrated in this help article.

Regards,
Yoan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Heiko
Top achievements
Rank 1
Iron
Veteran
answered on 11 Dec 2014, 11:01 AM
Thanks, that helped.
Tags
GridView
Asked by
Heiko
Top achievements
Rank 1
Iron
Veteran
Answers by
Yoan
Telerik team
Heiko
Top achievements
Rank 1
Iron
Veteran
Share this question
or