I need to customize the Filter and Clear buttons on the popup. I'd like to change them to Filter and then Clear instead of Clear then Filter and apply some different styling. I've seen how to customized the "guts" of the popup, but not the surrounding chrome. Is there a way to do this?
2 Answers, 1 is accepted
0
Rosen
Telerik team
answered on 12 Apr 2018, 08:29 AM
Hi Michael,
It is possible to modify the ordering of the filter menu buttons via CSS using the flex order property. Here you could find a modified version of the filter menu example, which demonstrates the approach in question.