Page 1 of 1

Radio Button Group changes to Button when Horizontal

Posted: Sun Feb 12, 2017 5:57 pm
by Deon

Hi
The Radio Button Group stops being a radio button group when Horizontal mode is selected. It seems it becomes a button group????

Please assist. How can this be fixed


Radio Button Group changes to Button when Horizontal

Posted: Mon Feb 13, 2017 12:20 pm
by Serhii Kulibaba

Hello Deon,

No, it is still radio button group, it just has another view.


Radio Button Group changes to Button when Horizontal

Posted: Mon Feb 13, 2017 3:38 pm
by Deon

Hi Sergiy

Yes but it is not what a radio button looks like. This wont work. Need the look and feel to be the same as vertical. How can this be accomplished?

Thanks


Radio Button Group changes to Button when Horizontal

Posted: Tue Feb 14, 2017 12:56 pm
by Serhii Kulibaba

Please use custom CSS for that, e.g.:
pre[dsid="mobileradiogroup_30"] .ui-radio{
width:100px;
float:left;
}/pre
here mobileradiogroup_30 - name of you radio group component


Radio Button Group changes to Button when Horizontal

Posted: Tue Feb 21, 2017 2:22 pm
by Deon

Thank you, but it does not work


Radio Button Group changes to Button when Horizontal

Posted: Wed Feb 22, 2017 9:23 pm
by Serhii Kulibaba

It works fine on the blank project:
Image

If you use any custom logic - we are very sorry, but this is something outside the scope (https://docs.appery.io/docs/general-s...) of our standard support.


Radio Button Group changes to Button when Horizontal

Posted: Thu Feb 23, 2017 1:45 am
by Deon

Hi Sergiy

Ok, I did not realize that the component's Orientation had to Vertical. It would be logical to assume that orientation must be horizontal.

Thank you for the assistance.