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

After remove Filter text still its getting records base on Filter text only.

3 Answers 49 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nani
Top achievements
Rank 2
Nani asked on 11 Nov 2013, 02:53 PM
I found same issue on online demo which is i am facing.

Steps :

1). Open this url in http://demos.kendoui.com/web/combobox/serverfiltering.html

2) Type cha  in filter text box. Now we are getting 3
records.

3).Remove cha  word( by using back space button).

4) click on down arrow of combo box. Still I am getting 3
records

Thanks,
Praveen

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 13 Nov 2013, 09:49 AM
Hello Praveen,

 
The ComboBox widget is configured in this case to perform filter operation after the 3rd characted is entered. This means that the widget will not perform any filtration, even clearing the applied filter, if the length of the entered text is less then minLength property. If you need to change this behavior then you can either decrease the minLength option value or clear filter manually using the data source filter method.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
VasVas
Top achievements
Rank 1
answered on 27 Apr 2015, 11:49 AM

Dear Telerik,

I have a similar problem which setting minLength

does not fix. In IE11 there is an x in the combo , on clicking it the input of the combo is cleared but to the filtered content.

This is very confusing to the user which will press the arrow icon and still get the filtered options. Pressing the back button will fix the filtering to that is not very intuitive. Is there a way to hide/remove/disable this x icon.

 

Yours,

 

Ariel

 

 

 

0
Georgi Krustev
Telerik team
answered on 29 Apr 2015, 07:08 AM
Hello Ariel,

The "x" button is a proprietary IE functionality that does not raise any event. Hence it is very hard to detect when the input value is cleared with this button. That being said, I would suggest you hide the "X" button using CSS. Here is a StackOverflow discussion on the subject.

Regards,
Georgi Krustev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
ComboBox
Asked by
Nani
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
VasVas
Top achievements
Rank 1
Share this question
or