radio button issue

Hello All,

We are using 2 radio buttons(Active, Suspended) in our project.
These values will be decided based on the webservice call which in turn fetch data from a DB. Suppose, if the value for activeKey field is YES, the Suspended button should be automatically selected and vice-versa.
Could you please suggest me a solution for this.

Regards
Jyoti

Hi Jyoti,

create a binding which can be set to true or false and use this for the selection status of the buttons:

Active:
binding=true

Suspended:
binding=false

Set the value of the binding according to your WebService call.

Regards,
Holger