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?
Thanks Curtis.
An engineer just let me know that he fixed this bug. If you started a case, have them notify you when a hot fix can be released to you.
Thanks!
Thanks for this Curtis, will do!
Hello,
I apologize. It appears there is still a bug related to this feature.
If you would, please create a developer support case asking for a work-around to this bug. They can explore this issue further with you to see if we can provide a way for you to implement this until this bug is completed. You can refer to the bug as ID TFS23257.Developer Support Webpage
I apologize for any inconvenience.
Sincerely,
Thank you for noting this. I will look into this and get back to you.