By tag: optgroup
0
kicks
Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 2
Hello again. Today I want to talk about select list with optgroups. So, I need such a list. MVC has no support for it. What to do? After little browsing I decide wrote my own solution. It is based on code from fixed version of MVC DropDownList (you can read about it in Part 1).
Main features ...