Released Mvc Controls Toolkit 1.2.0 RTW
Posted by: ASP.NET Announcements,
on 18 Jul 2011 |
View original | Bookmarked: 0 time(s)
Below the list of changes:
Now all Items controls: DataGrid, SortableList and TreeView are able to work with a mix of subclasses of the classes declared in the ViewModel. For each Item the Model Binder creates the right subclass when the View is posted
Now it is possible to enable each property of the ViewModel to be bound to any subclassof its type by the model binder (the ViewModel property can be also an interface)
In the TreeView each item template can be strongly typed with a different...