This is a migrated thread and some comments may be shown as answers.

[Solved] Row filter autocomplete filter operator defaults to "StartsWith"

1 Answer 221 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ALEXIS V.
Top achievements
Rank 1
ALEXIS V. asked on 12 Nov 2014, 03:08 PM
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

Sort by
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!
 
Tags
Grid
Asked by
ALEXIS V.
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or