'How to implement virtual scroll dropdown using Kendo in Angular?
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.
Solution 1:[1]
you can refer kendo official documentation for this. Kendo virtual dropdown
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Prajapati Vikas |
