I see the new support for IDataErrorInfo when I use a Field object, but when I use the UnboundField object, I don't see any validation happening. The following works:
<data:Field Name="CoverageAmount" Label="Coverage" Settings="{StaticResource CurrencyFieldSettings}" />
However, the following DOES NOT work:
<data:UnboundField BindingPath="Coverage.BaseAmount" Label="Base Coverage" Settings="{StaticResource CurrencyFieldSettings}" />
I need to use UnboundField in some cases because the property being modified is a property of an object that is only reached form a property of my record's data source.
How can I have the same support for IDataErrorInfo in UnboundField as I get with Field?
Is there any ETA on this support?
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
Currently, IDataErrorInfo is not supported in Unbound fields. We are currently working on changing this. The next version (or as soon as the next update) should have this support added.
Thank you,