Page 1 of 1

How to disable radio button?

Posted: Mon Mar 18, 2024 3:34 pm
by elonmusk

How to disable radio button using jquery??

i have one one function when i click one button the radio button wants to disable . Earlier it was working in previous version but now that is not get disable.

Thank you!


Re: How to disable radio button?

Posted: Mon Mar 18, 2024 3:56 pm
by arbei

You may use server event to set the field object's Disabled property as false.


Re: How to disable radio button?

Posted: Mon Mar 18, 2024 6:21 pm
by elonmusk

I tried but that also not working.
I want to disable radio button in add page using jquery.

but that is not working.
i set field object property as disabled = false
then i write jquery function to disable the radio button field.

Using that id i can hide or show the field but i can't disable why?

thank you


Re: How to disable radio button?

Posted: Tue Mar 19, 2024 9:49 am
by arbei

You may post your code of the server event for discussion. If you use jQuery, you should find the correct the id or class of the HTML elements first, see Inspect HTML element and add your own CSS styles.