Hello Alex,
Based on the provided information, I believe that your project requires having a Grid with Multi Checkboxes filter. In the filter pop-up, the "check all" checkbox and the "selected items" div should be removed, as well as, the font in the pop-up should be customized. Please, correct me if I am wrong.
To achieve the above, I would suggest handling the
filterMenuInit event. In the event handler function, select the closest "
li" element of the "check all" checkbox and the "
div" of the "selected items" and use the jQuery
remove method. Furthermore, to change the font, use the jQuery
css method.
For example, the code of the
filterMenuInit event handler function could look like:
For a runnable example, check my testing Dojo:
I hope this helps.
Regards,
Preslav
Progress Telerik