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
4032
How setup read only CheckEditor and OptionSet
posted

I'm using version 11.2.20112.2050.

I have to show some state flags as read only information to the user. My prefered controls are UltraCheckEditor (multiple choice flags) and UltraOptionSet (single choice flags). I can not find any possibilities to make these controls read only.

I have tried set the control to disabled and set appearance attributes like backcolordisabled to look enabled. But the markers looks still disabled which is not acceptable.

Can you give me some advises how to achieve this or any other suggestions etc.

Thank you.

Regards. Markus

Parents
  • 53790
    posted

    Hello Markus,

    Maybe one possible approach to solve this task, could be if you inherite our controls and extend it with ReadOnly property. I made small sample for you with UltraOptionSet control. You could use the same approach for UltraCheckEditor. Please take a look at the attached sample for more details and let me know if you have any questions.

    Regards

Reply Children