I have created a custom ViewModel and one of the fields is a SelectList/DropDownlist. I wanted to use EditorForModel to display the ViewModel. All the fields work except the SelectList. I have tried a few different things and nothing has come up. I saw on one post that EditorForModel was not "smart enough" to do a DropDownList and I was wondering if that is true. The EditorForModel is so much easier to use and less typing :)
Thanks!
UPDATE
I figured it out. What I ended up doing was using the UIHint("TemplateName") and in the EditorTemplates folder created a .ascx file that outputted was I expected.