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
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.