Skip to Content
0
Former Member
Jul 16, 2008 at 07:25 AM

Disable a set of radio buttons

68 Views

Hello Experts,

I have written a code in which there are two set of radio buttons.

In first set there are three radio buttons.

p_range RADIOBUTTON GROUP rbg DEFAULT 'X',

p_date RADIOBUTTON GROUP rbg,

p_comp RADIOBUTTON GROUP rbg.

In second set there are 10 radio buttons.

I need to write a code in a way that if user selects the third radio button from first set p_comp, then few of the radio buttons from the second set should grey out.

Please help me with some sample code.

Would definately reward if the code is useful.