Everytime I type something in the filter textbox the server request that Its trigger for the autocomplete defaults to the operator "startswith". How can I make the autocomplete filter operator to be the selected filter operator by the user.
1 Answer, 1 is accepted
0
Alexander Popov
Telerik team
answered on 14 Nov 2014, 02:20 PM
Hello Alexis,
The Autocomplete does not provide a way for the user to select the operator, this is done by the application developer through the filter option. You could however, initialize a DropDownList with the possible operators and once its change event is triggered - use the AutoComplete's setOption method to change the filter option.
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!