cancel
Showing results for 
Search instead for 
Did you mean: 

How to Enable/Disable table coloumn by Radio button click

Former Member
0 Kudos

Hi all,

how to enable or disableor a table coloumn by radio button click,

i created a enabled contex attribute with wdy_boolean..

Thanks,

raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raju,

Make a attribte in the contex and bind it to the enabled property of the table colum then on The Onselect event of the radio button change the contex value and ur table column will be enabled or disabled.

Thanks & Regards

Gaurav Jain

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Bind your 'enabled' context attribute to the 'visibility' property of the table column and in the onselect action of the radio button set this attribute to make the column visible.

Regards

Tamil

Edited by: Tamilselvan K on Jul 25, 2008 2:12 PM