Has anyone implement RadioButtonListFor<T> for ASP.NET MVC?
- by Keltex
There was an Html.RadioButtonList extension method in the ASP.NET MVC Futures before. Has anyone found a code for a strongly typed version RadioButtonListFor<T>. It would look like this in a view:
<%= Html.RadioButtonListFor(model=>model.Item,Model.ItemList) %>