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

filterable: true doesn't pause between keypress before refreshing

1 Answer 17 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 07 Oct 2015, 02:53 PM

I can't seem to see a way to wait x milliseconds before updating the data if I have filterable: true on my kendoMobileListView.

 As it is right now, every time the user types a character, it immediately fetches the next set of data.  Unacceptable on mobile devices where data usage is a concern.

How can I wait until no keypresses have occured for 1000ms before implementing the refresh?

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 09 Oct 2015, 09:21 AM
Hello Scott,

Currently the mobile ListView does not offer configuration option that allows the developer to configure the filter timeout. What I can suggest is to turn off the autoFiltering, in this way the filter will be performed after the focus is moved out of the filter input.


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
ListView (Mobile)
Asked by
Scott
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or