Model Binding to Enums in ASP.NET MVC 3
NOTE: This has been resolved in MVC 4. If upgrading to MVC 4 is a viable option for your project then that is all you have to do in order to begin model-binding to enums. That said, here is the workaround for MVC 3 if you still need it. The issue is with the default … Read more