- Business Layer related features, such as validation attributes, have been moved to the new MVCControlsToolkit.Business dll, that will be distributed in a different Nuget package
- Client templates may be cached thus avoiding the burden of recompiling them in each request. Moreover thay will not contain any script tag, but just knockout bindings.
- Removed the dependency of some control features from jquery UI:
- DateTimeInput,TypedTextBox, TypededitDisplay, now autodetect the css framework being used (jQuery UI, Bootstrap, or jQuery Mobile) and use the datepicker available in that framework
- SortableListFor, and TreeView now keep their drag and drop capabilities also without jQuery UI.
- Thanks to the addition of new callbacks the DetailForm may be connected to any Dialog control available in the Css framework
- All javascript files have been reengineered: now all javascript features are accessible through the unique mvcct namespace. Available compatibility patch js files.
- Server controls initialization javascript has been moved at the end of the page being delivered.
- Nuget package has been connected with other available javascript Nuget packages (such as the globalize package)
- Most of the examples have been migrated to Mvc 5
↧
Updated Release: Mvc Controls Toolkit 3.0.0
↧