Recently, while experimenting with strongly-typed form helpers of MVC, I found a bug.
I posted a question at SO, but with no luck so far.
Generally, looks like DropDownFor is broken when trying to bind collection of form drop downs.
I have a workaround in form of using non-typed helper, but anyway hope to get things sorted out with strongly-typed one.

More >