cancel
Showing results for 
Search instead for 
Did you mean: 

Check box is disabled in tree table

Former Member
0 Kudos

Hi Experts,

Can any of you suggest me fix my below mentioned issue.

In webdynpro, I am having a table populating a recursive node ( tre structure). In the table I do have an checkbox field along with the other attributes. I am able to populate the values in the table with the tree structure. And my issue here is " The ceckbox in the table is always disabled", but it reflects the values associated to it.

I have also checked the "enabled" Properties of the checkbox field and it is set to "true"

Can any one suggest me, how to enable the checkbox field.

Thanks in advance,

Bala

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hai balamurugan,

iam facing the same issue.Do you have any solution for that.If so plz let me know.

Thanks n Regards

Sharanya.R

Former Member
0 Kudos

Hi Sharanya,

Check the properties of the table - Element "Read Only", it has to be set to "false". Hope this will solve your problem.

Regards,

Bala

Former Member
0 Kudos

Hi,

Create an attribute of type boolean as part of the recursive node

bind this to the checked property of the check box.

Regards

Ayyapparaj

Former Member
0 Kudos

Please post context structure and data binding.

Armin