cancel
Showing results for 
Search instead for 
Did you mean: 

Enable and Disable part of RadioButtonGroupbykey values

Former Member
0 Kudos

Hi all,

I have a RadioButtonGroupbyKey and displaying values in 2 columns. Now, I have to enable first column radiobuttons and disable second column radiobuttons.

I used setEnable(boolean arg) method. It either enables or disables entire radiobuttons in 2 columns.

Please let me know how to achieve this.

Thank you,

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Prasad,

It is not possible with RadioButtonGroupByKey. Create 2 RadioButtonGroupByKey instead bound to 2 attributes with different valuesets. Then you can disable them separetly.

Best regards, Maksim Rashchynski.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thank you for your immediate responses. I worked on Maksim method and could finish my requirement.

Thank you and I will award the points.

Regards

Prasad

former_member189631
Active Contributor
0 Kudos

Prasad,

Use differerent Values for the valueset (Group Key) properties of the Radiobuttons.

Since both radio buttons are same value set while disabling one is affects

the another.

Regards,

Ramganesan K.