cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox in table UI

Former Member
0 Kudos

Hi ,

I am not able to select the checkbox present in one of column in my table.What property do i need to set?

regards

Jhon

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi john,

U have to write the coding for enable a check box in

INIT method by setting the value as 'X'.

I hope this will help u,

Regards,

Ranjith C.

Former Member
0 Kudos

Hello,

Keep Enabled property as checked and read only property unchecked.

If u r binding context with Enabled property make sure you are using WDY_BOOLEAN.

Regards,

sarath.

Former Member
0 Kudos

Also check whether the 'read-only' property of the context attribute you binded to the check-box is removed

Regards

Tamil

Yashpal
Active Contributor
0 Kudos

Hi

check the property read_only is not selected for the checkbox and table also..

Regards

Yash