Click here to Skip to main content
16,016,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a dropdownlist in my asp.net webpage, with 70 items. Now, selecting through this big list becomes uneasy for the user. I want to know is there any other way, be it server control or any javascript plugin that I can use in client side, even jquery, that I can use to display these items in a convenient manner, like displaying these options in multiple columns, in a div.

Please suggest some thing so that I can replace this dropdownlist of 70 items.
Posted
Updated 3-May-15 2:19am
v2

1 solution

An extra long list of drop down is definitely a nightmare, multi-column or even multi-dropdown is not going to make it any better. If the list items can be grouped onto a few categories, then first have radio buttons for choosing the category, then filter and populate the dropdown based on the selected category. Another way, consider an auto-complete drop down. There are many examples if you ask Google. Here is one such discussion: http://baymard.com/blog/drop-down-usability[^]
 
Share this answer
 
v5
Comments
pparya27 3-May-15 11:18am    
Thanks for the pointer.
Ganesh Meghale Patil 4-May-15 14:21pm    
If there are so many items in the dropdownlist, then definitely its a performance issue for your application. still if you want to use that then you can use paging option for that dropdown list.

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