MVC Issues with radio buttons and controllers
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
MVC Issues with radio buttons and controllers
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.
Also, when I attempt to setup a controller the value drop down box is not populating.
word count: 51
Tags:
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: MVC Issues with radio buttons and controllers
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
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
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
Re: MVC Issues with radio buttons and controllers
Hi Justin,
I have the enabled set to true and it still will not allow me to select anything Also, I have an HTMLid set but the dropdown still is not populating anything
I have the enabled set to true and it still will not allow me to select anything Also, I have an HTMLid set but the dropdown still is not populating anything
word count: 33
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: MVC Issues with radio buttons and controllers
This was resolved out of the forum. Both the issues listed here were bugs that have since been resolved.
word count: 19