cancel
Showing results for 
Search instead for 
Did you mean: 

table cell editor enabled property

Former Member
0 Kudos

Hi,

I am using NWDS 7.1 EHP1. I have actually created a table and assigned boolean type of context to the table cell editors. Though i make the context value true, the table cells are disabled. Please help me.

Thanks,

Prasanthi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi,

To which property of the table cell editor have u binded the boolean attribute- enabled or read-only? coz read-only true always makes the field deiabled.

After u have binded the boolean attribute, have u set the value in ur code? if not the fields remain disabled

Regards,

Poojith MV

Former Member
0 Kudos

read only property is false. I have added it to enabled property of cell editor and made it true in the code also.

former_member214651
Active Contributor
0 Kudos

Hi,

Which UI element have u added in the Table celleditor? have u created the object of the node which is bound to the table.

Regards,

Poojith MV

Former Member
0 Kudos

it is a text view.

Former Member
0 Kudos

changed cell editor to input field and it worked

p330068
Active Contributor
0 Kudos

Hi Prasanthi,

Please try to set default value TRUE for boolean context attribute which you have binded with tablecelleditor textview in wdDoInit method and check it.

Hope it will helps

Regards

Arun