1
votes

I am adding columns dynamically in the kendo ui grid. I have added property filterable as true. When I click the filter icon, it opens the default context menu.

What I want is on click of filter icon, I want to display checkbox along with value.

How can I do this.

Thanks

2
I didn't find any solution yet, how can I do this. Any suggestion please - user2117983

2 Answers

0
votes

Try setting filterable to true & columnMenu to false.

0
votes

Perhaps this link from the official telerik documentation can help: Checkbox filter menu filtering The main idea is to use the filterMenuInit event to insert custom templates for every column needed.