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?