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
340
UltraCombo control readonly problem
posted

I'm having a problem with the UltraCombo control.

when the form loads we set every control on the form readonly (if that control is capable). There is a button on the form that clears the readonly. So far everything works correctly.

Now when I set the cursor in the UltraCombo control (for selecting the readonly text) and I press the button to clear the readonly, then the ultracombo control stays in readonly.

Is this a bug or do I have to do something with the control before making it writable again?