ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Disable ajax radio List on parent change
Title:
B
I
{code}
?
Hi I am using an ajax radio list and one other control which is dropdown. I want to disable or enable radio list based on change of the dropdown value i.e. keeping dropdown as the parent of ajax radiolist. How to achieve this in the code ?
Save Changes
Cancel
SalesARM
asked at 30 Aug 2020
you could handle the change event and use the `api.enable(bool)` function as shown here: https://demo.aspnetawesome.com/Disabled note the toggle button on the bottom (click show code)
at 30 Aug 2020
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK