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

Server filtering

1 Answer 156 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Matjaz
Top achievements
Rank 1
Matjaz asked on 18 Mar 2015, 02:00 PM
Because my table is very large I set minLength to 5. I use server filtering.
If I write testing in auto-complete I get some results. But when I empty (with delete or backspace) auto complete, server filtering is perform without parameters. I then load a lot of data, which complete freeze the browser.

How can I prevent server filtering (I want to prevent request) when auto complete text-box is emptied. Any maybe also close the popup.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 20 Mar 2015, 06:40 AM
Hi Matjaz,

You may prevent the dataSource request at the requestStart event. Alternatively you may test the new virtualization feature of the AutoComplete which should resolve the freezing problem.
  • http://docs.telerik.com/kendo-ui/web/combobox/virtualization
  • http://demos.telerik.com/kendo-ui/autocomplete/virtualization


Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
AutoComplete
Asked by
Matjaz
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or