You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
johnkattenhorn edited this page Apr 23, 2014
·
1 revision
Often there is a requirement to have a drop-down with multi-select. The multi select bootstrap extension from http://davidstutz.github.io/ is excellent and it very easy to integrate with Twitter Bootstrap.
Download the bits from url above an integrate the jquery / css into your MVC application in the normal way.
Simply add an additional class "multiselect" to the existing ListBoxFor extension. For example :