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
770
whole wind form reset after UltraComboEditor SelectionChanged?
posted

Hi guys.

I got a window form that contain some Infragistics controls.

When I select an item from a UltraComboEditor, I want to retrieve a value from the database then display it.

Unfortunately, when I assign the value to UltraNumericEditor, the whole form was reset. But the value assigned to UltraNumericEditor remains.

And I just found out that when I clicked the UltraComboEditor once, SelectionChanged event will be trigged twice.

Please advice.