The lookup dialog box where the user can select a single value is showing check boxes.
I tried adding a metadata for the attribute and setting the control style to 'Option Set as Vertical Radio Button List', but this did not work.
How can I change them to radio buttons?
Thanks
Solved! Go to Solution.
@Cris2 Since your attribute (column) is of type lookup you will not be able to render it as a radio button with the out-of-box Basic Form MetaData. The only option that you have is to render it as a dropdown as shown below
if you have the attribute of the type option set then you will be able to convert that into a radio button.
Hope this helps!
@Cris2 Since your attribute (column) is of type lookup you will not be able to render it as a radio button with the out-of-box Basic Form MetaData. The only option that you have is to render it as a dropdown as shown below
if you have the attribute of the type option set then you will be able to convert that into a radio button.
Hope this helps!
Hi @Cris2
I'm afraid that there is no possible way to change checkbox to radio button in lookup record dialog box.
if your entity(Code) records are not too much for Code lookup, then you can try solution given by @hershal1999 in above reply.
--------------------------
If you like this post, give a Thumbs up. Where it solved your query, Mark as a Solution so it can help other people!
Thank you both for your response.
The constraint as a lookup does not allow this, and a drop down is an alternate.
Thanks