cancel
Showing results for 
Search instead for 
Did you mean: 

How to Disable cell in Table based upon Drop Down?

Former Member
0 Kudos

Hi@,

I have a requirement where I need to disable /enable a cell in table based upon the value of dropdown of the same riow selected.

I created an attr of type boolean and bound it to enalble property of the cell editor and on Toggle action I am setting this to false but this is not working any other solution is there to acheive this.

Regards,

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192434
Active Contributor
0 Kudos

Hi Amit

Take one Boolean value in the context and bind it to the Particular column --> Table cell editor --> enable Property . Set it's value to True/False to Enable/Disable Column when your Required Condition Satisfies

Thanks

Former Member
0 Kudos

Hi,

Have you tried to use the onSelect Method of the Drop Down?

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapa/Anup,

I am doing this only but it is not working. any other way?

Regards,

Amit

former_member192434
Active Contributor
0 Kudos

Hi Amit,

This is working fine at my end, check the binding once again.

some time problem occures with NWDS, so just give a restart ur NWDS.

As as per other solution is conern i think this is the best soluation we have.

For more details check this thread

Thanks