If the view model fields have validation data annotations on them, you will still get validation errors when navigating to the next step.Create a custom attribute, ValidateIncomingValuesOnlyAttribute, that inherits from ActionFilterAttribute, and apply it to your controller class.Override the On Action Executing method.
http://www.dapfor.com/en/net-suite/n...ial/data-types