Click here to Skip to main content
16,019,764 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

I am loading the 3500 values into a drop-down. It can easily load that data.
But when i'm applying combobox css, its taking too much time to load. Can anyone help me to get out this problem


Thanks,
Posted

1 solution

You should reconsider your design. Dropdown is not an ideal control to display large amount of data. Your users will have a hard time finding data in your dropdown.

Does it work faster when the dropdown has fewer items? If yes, you may want to consider having a set of dropdown controls that filter out data. For example, instead of loading all cities in a country in a single dropdown, you can have a State dropdown that filters the entries in the City dropdown.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900