Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a multi-select listbox that allows Search in asp.net mvc jQuery

Can someone please provide me information about how to create a multi-select listbox/dropdown that supports search of it's items?

I'm using ASP.Net MVC 3, JQuery for this project. Please note that I'm very new to ASP.NET MVC. Detailed information is much appreciated.

Thanks!

like image 874
user1869870 Avatar asked Dec 05 '25 06:12

user1869870


1 Answers

I've achieved this using the Chosen JQuery plugin - http://harvesthq.github.com/chosen/

like image 52
user1869870 Avatar answered Dec 07 '25 22:12

user1869870