ASP.Net MVC 3: optgroup support in Html.DropDownListFor

Viewed 14121

How can i make my DropDownListFor support optgroup? Is there anyway to do it? Notice that this is DropDownListFor, means that it support DataAnnotation client validation

4 Answers
Related