I want the below marked 'Contains' filter condition should be the default filter condition. Please help me how to move it to the top.
I'm trying to make changes in the kendo.filtermenu.min.js and kendo.filtermenu.min.js.map files but no luck
I'm using Kendo UI v2022.2.510 version
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 26 Jun 2023, 10:11 AM
Hello Adarsh,
To achieve this you need to change the value of the DropDownList by using the value() method and trigger the change() event inside the filterMenuInit event handler.
Please check out the following Dojo demo demonstrating this: