Unplanned
Last Updated: 21 Sep 2020 12:43 by ADMIN
Doug
Created on: 17 Sep 2020 22:42
Category: ComboBox
Type: Feature Request
0
limit results
Is it possible to limit the results coming back from a filter. We are using a combobox on a large dataset and if there are a large number of matches then the combobox slows to a crawl as it tried to respond.  
3 comments
ADMIN
Ivan Danchev
Posted on: 21 Sep 2020 12:43

Hello Doug,

I've converted the thread to Feature Request and made it visible in our Feedback Portal: https://feedback.telerik.com/kendo-jquery-ui/1485181-limit-results

Regards,
Ivan Danchev
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Doug
Posted on: 18 Sep 2020 16:10

I already set it as high as I could without completely eliminating results when there are only a handful of matches. Some  matches can produce about 1000 results, then I'd have to set the minLength so high you'd never see any results.

Can I suggest you add a limit as a new option to future revisions to the filter feature or the comboBox?

 
ADMIN
Dimitar
Posted on: 18 Sep 2020 14:38

Hello,

To decrease the amount of filtered results, I would recommend you to use the minLength property as suggested in our Server filtering help article. It is used on the ComboBox Server filtering demo. You may also set the enforceMinLength property to true to avoid returning all data once the input is cleared.

I hope this is helpful. Feel free to contact us again, if you have any questions.

Regards,
Dimitar
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).