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
400
UltraTextEditor DataBinding
posted

I am having an issue with data binding on the UltraTextEditor Control. I have a screen that uses the UltraTextEditor controls which is bound to a business object using Windows data binding. The data binding’s for the controls are using the DataSourceUpdateNode of OnValidation. The problem is when the user edits the contents of a control and tabs out to the next control the data binding is not firing thus not updating the under lying business object. Any ideals?

 

Parents
No Data
Reply
  • 37774
    posted

     My first thought is to ensure that the CausesValidation property is set to True.  You could always hook the Validating or Validated event to make sure that it's working correctly.

    -Matt

Children
No Data