Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
For Selected Event you should look at your right side of mashup builder, there for the service that fills(binded) the RadioButton you have a Selected Row to get the Selected value on the Radio button.
You also have a Selected Row event on the right side (service) in order to trigger the other service that you want to trigger.
Hi,
You can use the Generic Radio button from Market place.See the attached screenshot.
Create the state definitions for Radio button states and map the states "ButtonStates"
You can bind the "SelectedValue" property to text data for display the selected radio button text.
Map the "SelectionChanged" event to service.
Thank You.