cancel
Showing results for 
Search instead for 
Did you mean: 

Invisible radio button

Former Member
0 Kudos

Hello

I have the urgent question, maybe somebody

has also dealt with the problem of invisible

radiobutton. In project radiobuttons are visible

if I go to IE - there are not visible anymore

all properties are set in my opinion correctly...

Maybe sombedy know the solution

Thank you very much in advance

Bogusia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bogumila,

You might have set the visibile property of the radio button to none. Check it otherwise in IE it should show the buttons.

And regarding the radio button group either you can use radioButtonGroupByKey or radioButtonGroupByIndex.

For the radioButtonGroupByKey you can create a simple type in the local dictionary with enumeration, make an attribute of type of this simple type and map the selectedKey property radioButtonGroupByKey with this attribute.

For the radioButtonGroupByIndex you can create a context node with an atrribute and then add elements to this attribute and again map this attribute which should be inside a node to the texts property.

Hope this helps.

Regards,

Jaydeep

Former Member
0 Kudos

Thank You I have done it like you have adviced

Bogusia

Former Member
0 Kudos

Maybe the reason is that I have created 10 separate radiobuttons whitout grouping them? But how can I create a group of radiobuttons? Thank you in advance

for help

Bogumila

Former Member
0 Kudos

Are you attempting to use a custom theme? If so you may be having version incompatibility issues...