Skip to Content
0
Former Member
Apr 22, 2014 at 07:45 AM

Deselecting Radio Button by key

39 Views

Hi all,

I have a requirement in which i have a dropdown for month, radio button by key (lets take with values A&B) and an input field. The requirement is,

step1: I select "JANUARY" in dropdown

step2:I select "A" from radio btn group. On select action of this radiobuttonbykey, RFC is called, which will return either true or false.If true i am making the input field visible. Lets take for now RFC is returning true and I have made the input field visible.

Step3: next the combination i expect is MARCH(dropdown) & A(Radiobutton value).

step4:now i m changing the month to "MARCH". At this point radio button value is "A"(since it was selected in the previous case). Now RFC is not called. if select "B" and come back to "A" only the RFC is called.

SO what help i am expecting is on select action of the dropdownbykey, I want to deselect the radiobutton. So that i can prompt the user to select the radiobutton mandatorily.

Please tell me how to deselect a dropdownbykey.

Thanks&regards,

Sakthi