The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
PMPonmani Murugaiyan Syncfusion Team June 17, 2021 02:38 PM UTC
Hi JayaPrasad,
Thanks for contacting Syncfusion support.
We have provided virtual scrolling support for AutoComplete component from the version 18.3.35. To enable virtual scrolling, EnableVirtualization property to be set as true. While type any character initially matched 10 items will be shown in the popup as provided in the Take of Query property. When scrolling the remaining items will be updated in the popup dynamically. We suggest you to apply the below suggestion to get rid of the performance issue when loading large data.
<SfAutoCompleteTValue="string"TItem="OrderDetails"Placeholder="Select a name"Query="@Query"EnableVirtualization="true">