- Added
- The new release is compatible with Mvc4 RTM.
- Support for handling Time Zones in dates. Specifically added helper methods to convert to UTC or local time all DateTimes contained in a model received by a controller, and helper methods to handle date only fileds. This together with a detailed documentation on how TimeZones are handled in all situations by the Asp.net Mvc framework, will contribute to mitigate the nightmare of dates and timezones.
- Multiple Templates, and more options to the Menu and MenuFor helpers
- Now TreeView nodes children can be contained in any IEnumerable and not necessarily in a List
- Added more options to the SortableListFor helper
- Now a ko (knockout.js) model is updted also when input fields it is bound to are changed by code if the "changedByCode" event is triggered. In turn each input field that.changes because of ko model changes triggers the "modelChanged " event
- The GetTimer helper has been enriched with a couple parameters more
- Fixed
- Now the Extended validator that adds globalization to the standard RangeAttribute substitute the default one after installation with no need of adding code in the global.asax
- Corrected the bug in the conversion of the ISO date format from JSON to javascript in Safari browser
- Corrected Some TimeZone related bugs in several places
↧
Released: Mvc Controls Toolkit 2.3 (Sep 09, 2012)
↧