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?

Parents
No Data
Reply
  • 69832
    Offline posted

    That sounds like a bug...what you might be able to do to work around it is force the editor out of edit mode after changing the value, then go back into edit mode. You can do that by setting some other control on the form to be the ActiveControl, then set it back to the UltraCombo control.

Children