How to Implementing server-side pagination for a dropdown

1 Answer 10 Views
DropDownList Grid
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Tejas asked on 23 Apr 2024, 01:56 PM
Hello, I am using a Kendo React DropDownList in a form, but I have an issue. I receive data in batches of 10 from the server-side due to pagination settings. How can I implement scrolling so that the dropdown can display the next 10 data entries when scrolled

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 25 Apr 2024, 07:31 AM

Hello Tejas,

Please refer to the following example demonstrating how to use virtual scrolling with remote data:

Please note that if you have a relatively small number of items, it is recommend to load all items and bind them directly to the DropDownList.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
DropDownList Grid
Asked by
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or