Hi,
in my XamGrid I have a TemplateColumn with XamComboEditor. This Column is bind to a property with Validation attributes. When I validate this property and a validation exception is raised, the cell show the red border and the error message correctly. When I use your Office2010 styles, the validated cell don`t show the red border and the error message. Why????? Is this a bug in your Office2010 styles.
Regards
Marco
Hello Marco,
I am just checking have you been able to resolve your issue. If you need any additional assistance on this please let me know.
The fix for the issue mentioned in the forum thread is resolved from version 10.2 so it is currently available in 11.1. The behavior that the validated cell doesn’t show the read border might be caused by the way you applied the style and the theme. For example Silverlight during its implicit Style search will use the theme and therefore would ignore any Style you might have placed into the Application Resources. For further reference please review the following article with common issues using Theme and style at the same time:
http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx .
If this is not your case and you still need assistance please do not hesitate to ask.
I have found the problem. The problem was in your Office2010 xaml. I found this thread http://community.infragistics.com/forums/p/48422/257276.aspx in your forum.
My question is, why do you not implement the fix in the version 2011.1?