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
675
Optionset
posted

Hi,

is it possible to show buttons or checkboxes in an optionset?

The standard is a radiobutton.

Bodo

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Bodo,

        There's no property for this. You could use a DrawFilter or CreationFilter and try to replace the radio buttons with CheckBoxes. But this would not be an easy task. It would probably be easier just to actually use CheckBox controls and write code to make sure only one is checked at a time. 

Children
No Data