Skip to main content
1-Visitor
March 1, 2019
Question

detect a radiobuttonlist widget change from repeater to parent

  • March 1, 2019
  • 1 reply
  • 1326 views

Hi,

 

I have a mashup with a value display and a repeater below it.

 

Once a radiobuttonlist widget is changed in the repeater, I want the service to refresh and update the value display. The service is in the main mashup. So how to trigger the service refresh in parent mashup from repeater.

 

I tried expression widget with this: 

 $('#radiobuttonlist-9').click(function(){output=true});

 

but nothing is happening, is this possible?

 

TW.JPG

 

 

 

1 reply

1-Visitor
March 4, 2019

I think you can achieve this using a session property and binding the value of the radiobutton to it..

 

After that, you just have to bind the event [sessionProperty]Changed to the service you want to call and  it should work.

 

 

Community Manager
March 14, 2019

Hi @MichalC.

 

If the response provided by @egolindano answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon