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?
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