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?
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,
Is there any ETA on this support?
NetAdvantage 2010 Volume 2 is scheduled to be released June 14. Once you get the new release, please let us know if you have any problem with the fix for this issue.
Is 2010 Vol 2 still on schedule for release today? Where can I get it.
Thanks.
Engineering is still completing some critical fixes. They are hoping to release as soon as they complete the outstanding issues. If you registered your version, you should be notified as soon as the update is released.
Thanks!
I'm happy to report that version 2010.2 has shipped. Please let me know if you have any other issue related to this post.
Thank you!
This still isn't working for me on UnboundFields, despite having upgraded to 2010.2
Thank you for noting this. I will look into this and get back to you.