Source code checked in, #28753
Upgraded to VS 2012 and added support for .Net framework 4.5. Support for Silverlight3 is now retired in favor of SL4 and SL5. Fixed some null pointers in list bindings when list controls are bound to...
View ArticleSource code checked in, #28772
version bump to 1.4, copyright year update, project updates for release 1.4
View ArticleSource code checked in, #28920
Fixing DateTimeProperty default format to allow localization and customization
View ArticleSource code checked in, #30109
Bumping version to 1.4.1. Bug fixes as follows: - Cascading selection for list controls in ASP.NET posts invalid selected value - ASP.NET checkbox doesn't post value when remains unchecked -...
View ArticleSource code checked in, #34447
- updating ErrorList and projects to add support for WCF Rest - adding serialization support for LookupTable - minor fixes to the EnumProperty - minor refactoring of EntityServiceBase
View ArticleSource code checked in, #36132
refactoring OperatorProperty to match by type name only without namespace. updating Header to support serialization of additional attributes.
View ArticleSource code checked in, #36312
To improve performance added a DataListObject, which works better on large data sets. DataObjectList will become obsolete soon. Updated binding in the WebUtil to use the new DataListObject and allow...
View ArticleSource code checked in, #36371
Fixed a bug in web binding utilities from the previous changes.
View ArticleSource code checked in, #36393
Adding a TimeTracker class to allow tracking time spent in various operations in the web and display it on the page
View ArticleSource code checked in, #36581
Added ability to use other properties in Link urls. Added support for Info ErrorMessage Severity.
View ArticleSource code checked in, #36590
Added EnumBoolProperty for boolean type of enumerations Added support to DataRow to allow easy retrieval of property values (e.g. from a gridview) Updated ErrorList to allow adding Info messages easily.
View ArticleSource code checked in, #36633
Updated framework to support empty strings or whitespace as valid values for enumerated properties
View ArticleSource code checked in, #36639
Fixed CheckBoxPropertyBinding to work in a grid, e.g. when used as a multiple selection mechanism
View ArticleSource code checked in, #36699
updated label visibility on the web to be in sync with the property visibility
View ArticleSource code checked in, #36714
fixed cascading update to work for all web controls and not just lists
View ArticleSource code checked in, #36870
fixed CheckBoxPropertyBinding to prevent posting value when property value got changed
View Article