cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt using output databinding on radio button group

alfons_gonzalez
Active Participant
0 Kudos

Hi,

I am testing the data binding options (input/output) on radio button component.

It works fine but output binding options (filter on data set) does not apply when the page is rendered by first time. How to workaround that without having to come back to old approach (using script to set filter on component selection)

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Acc to my understanding you mean to say that the output binding of radio button doesnt work properly on the execution of the application (first rendering). If this is the case, have you tried giving RadioButton.Onselect(); event on the start up ?

I hope that may help.

- Karthik S

alfons_gonzalez
Active Participant
0 Kudos

No, it does not work.

  Seems like default value selected is "All'. using script "All" entry is can't be avoid by skipping "All" argument on getmemberList, but when using databinding I don't know how to obtain same effect. Currently cell is blank but.

Former Member
0 Kudos

Hi Alfons,

In old way, you can use setSelectedValue first and the onSelect. But in data binding, setSelectedValue is not defined according to 2193693 - Limitations of the Design Studio Property Binding Feature.


I think the output binding is kind of on click event. So it won't be triggered when first rendering. Not sure what special concern you have, but I will just do the filter in the initial view.


Best regards,

Alfred