is it possible to use a custom template for the column menu? I wasn't able to figure out a way to achieve this.
I want to apply several changes e.g. switch order of Columns/Filter dropdowns.
Thanks,
Jonas
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 04 Aug 2016, 10:41 AM
Hello Jonas,
Unfortunately such an option is not provided out-of-the-box, and some custom logic is required for changing the appearance and functionality of the Grid's column menus.
You can handle the Grid's columnMenuInit event, and manipulate the order of menu items (and also apply other desired adjustments) with jQuery, as shown in the following dojo: