sridharnetha
sridharnetha

Reputation: 2248

Tag Input control in MVC razor?

I am trying to add ‘tag interface’ along with autocomplete feature. How does it work in mvc3 razor?

Here is the example http://maxwells.github.io/bootstrap-tags.html , http://xoxco.com/projects/code/tagsinput/ enter image description here

Tag Interface control was not available in MVC .Please help me someone.

Upvotes: 0

Views: 3663

Answers (1)

Ilya Sulimanov
Ilya Sulimanov

Reputation: 7836

You can use Chosen

Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.

Examples of its use with ASP.NET MVC:

Chosen Multiselect Dropdown List with ASP.Net MVC3

Chosen and Jquery and MVC

Upvotes: 2

Related Questions