1

I have a huge data set coming from a API. Rather than showing all those data in the dropdown at first, I want to call the server API and get the results when user scroll downs through the dropdown.

Can someone explain me how can I achieve this.

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Kalana Tebel
  • 135
  • 4
  • 17

1 Answers1

1

you can refer kendo official documentation for this. Kendo virtual dropdown

Prajapati Vikas
  • 294
  • 1
  • 10
  • Question: This does not seem to answer the original question. Does anyone know of a solution where when the user scrolls to the last visible item in a dropdownlist, an event can be triggered that fetches more data? This just seems to be a DOM enhancement which does not help with large record sets returned from an API that need to be paged. Thanks... – DanielG Jul 15 '22 at 18:15