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?
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!
Hello GEDAT,
I tried to reproduce this in a small sample project and was not able to do so. If it is possible for you could you please attach a project demonstrating this behavior, I will be happy to take a look at it and assist you further on that matter.