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.