Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
595
Data Validation Issue
posted

Version : 10.2.20102.1029

Control : XamComboEditor

First I've templated the combo editor to allow validations as suggested by this post (http://forums.infragistics.com/forums/t/48422.aspx). 

My issue is that when the IsEditable property is set to true on the XamComboEditor it causes the property to be set twice per selection.  The first will set the property as expected and if there are rules that did not pass then it throws the correct validation exceptions, but then the property gets set a second time which clears the validation.  This also cause incorrect data to be updated.