DevExpressEditorsBinder now supports binding to complex collection-type models and model properties, in a similar manner as the default model binder (DefaultModelBinder) does.
In addition, settings exposed by the DevExpress.Web.Mvc.DevExpressEditorsBinder class have been modified.
- The DevExpressEditorsBinder.ReportDesignerBinderSettings property has been removed.
- The ValidationSettings, AzureSettings and AmazonSettings properties available through the DevExpressEditorsBinder.UploadControlBinderSettings property now have the get accessor only.
- The HtmlEditingSettings and ValidationSettings properties available through the DevExpressEditorsBinder.HtmlEditorBinderSettings property now have the get accessor only.
A new GetSelectedValues method has been implemented in the GridLookupExtension class:
public static T[] GetSelectedValues<T>(string name)