Source 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 ArticleSource code checked in, #36924
fix for web drop-down lists to update value when required flag has changed
View ArticleSource code checked in, #36925
fixed web checkboxes not updating caused by previous fix for keeping outside changes
View ArticleSource code checked in, #38028
updated TimeTracker to make it fault tolerant when used in both web and non-web environment.
View ArticleSource code checked in, #38083
Added support for editable grid using DataListObject, fixed a memory leak in GridViewBinding
View ArticleSource code checked in, #38103
Fixed DataListObject to make it work in WPF list binding
View ArticleSource code checked in, #38131
Fixes to make DataListObject work with Silverlight 5. Discontinued support for Silverlight 4 as it doesn't have OnDataContextChanged event. Added doc comments to reduce warnings.
View ArticleSource code checked in, #38434
Updated samples to work with the latest framework and Xomega.Net plugin.
View ArticleSource code checked in, #42900
Updated TimeProperty to handle TimeSpan as the transport format instead of DateTime. Added missing XML comments to TimeTracker.
View Article