MVC Issues with radio buttons and controllers

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
smackie
Posts: 46
Joined: August 26th, 2021, 2:02 pm
Contact:

MVC Issues with radio buttons and controllers

Unread post by smackie »

I am trying to create a radio button list from the output of a service node I created from xml. I can see the fields; however I am not able to select the radio button.
image.png
Also, when I attempt to setup a controller the value drop down box is not populating.
image.png
word count: 51

Tags:
JustinVanRegenmorter
Posts: 535
Joined: August 26th, 2021, 9:56 am
Contact:

Re: MVC Issues with radio buttons and controllers

Unread post by JustinVanRegenmorter »

Hello Sheryl,

It could be that the radiobuttonlist control has the enabled property set to false. If you set it to true it should work.

As for the controller issue, please make sure the the control that you want to pass to the controller parameter has its HtmlId property set.

Best Regards,
Justin
word count: 53
smackie
Posts: 46
Joined: August 26th, 2021, 2:02 pm
Contact:

Re: MVC Issues with radio buttons and controllers

Unread post by smackie »

Hi Justin,

I have the enabled set to true and it still will not allow me to select anything
image.png
Also, I have an HTMLid set but the dropdown still is not populating anything
image.png
word count: 33
JustinVanRegenmorter
Posts: 535
Joined: August 26th, 2021, 9:56 am
Contact:

Re: MVC Issues with radio buttons and controllers

Unread post by JustinVanRegenmorter »

This was resolved out of the forum. Both the issues listed here were bugs that have since been resolved.
word count: 19
Post Reply