Hi There,
I want to use Radiobutton on form with two values.
How can i assign base enum values to radiobutton or any datasource to it?
Regards,
Rahul$
*This post is locked for comments
I have the same question (0)

Hi There,
I want to use Radiobutton on form with two values.
How can i assign base enum values to radiobutton or any datasource to it?
Regards,
Rahul$
*This post is locked for comments
I have the same question (0)Create a new form control of type RadioButton and set EnumType with your desired enum like NoYes.
-Afsar