Clarification on large data combobox - Branched from 174735

have an 40 razor page which contain combobox control.I have loaded data combobx in oninitialize event.

The average record in combobox is 2500 record per page ( single combobox)

Is there any performance or load test issue,

If 500 concurrent user access this page using above scenario (loading large data in oninitialize event).

Please advise the best method to handle this scenario. 


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team May 5, 2022 07:13 AM UTC

Hi KINS,


You can use the ComboBox virtualization feature to improve the UI performance for a large amount of data when EnableVirtualization is true. And you can also use Filtering options to set AllowFiltering as true, initially load only minimal data (Only 10 data) using Query, and then starts to filter as soon as you start typing characters in the component filtered data listed in the popup and you can select it among them. please check the sample and documentation below,




Regards,
Vinitha

Loader.
Up arrow icon