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
265
UltraCombo Control Update On Show
posted

Hello,

we have a problem with an UltraCombo and validation. We discovered that the Combo gets its value from the bindingsource too late - when the combo is shown. Since we do the validation (checking for required value with the UltraValidator) for the Combo before the combo is shown the user always sees the validation failed hint although a valid value is shown in the combo. We examined the behaviour of the UltraComboEditor and here everything  is perfect, the value is pushed to the UCE before it is shown. So the behaviour of UltraComboEditor and UltraCombo differs. What can we do? 

Parents
No Data
Reply
  • 265
    Offline posted

    Hello,

    we have detected one more difference between UltraComboEditor und UltraCombo: after the InitializeComponent() method has finished, the Created property of UltraComboEditor is set to true  and of UltraCombo is set to false. It seems that for UltraCombo Created remains false until the form is shown. Is it possible to enforce the creation of UltraCombo during initialization? Or are there sideeffects?

    Thanks!

Children