Notifications
Announcements
No record found.
I need to hide an option on the FormRadioControlButton
Not sure how to get the reference.
I've got this part..
FormRadioControl RadioControl = element.design().controlName(formControlStr(Form,FormRadioButtonControl));
Hi brianmaric,
You are doing this in custom or standard form?
If its a custom form you can set the auto declaration property of the Radio button control to yes and add the below code to hide that.
ControlName.visible(false);
Thanks,
Girish S.
I just want to hide one of the radio button options but want to display the rest
Are you referring to Enum?
So you need to hide some of the enum value?
Can you show me the screenshot of the radio button values?
Girish S
Hi brianmaric
Is the radio button a type of enum field?
Yes, it has three values
You need to override the enter method of the radio button control and add the following code.
public void enter() { super(); this.delete(enum2str(YourEnumName::Other)); }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 503 Most Valuable Professional
André Arnaud de Cal... 434 Super User 2025 Season 2
BillurSamdancioglu 278 Most Valuable Professional