cancel
Showing results for 
Search instead for 
Did you mean: 

DropDownByIndex not working in Table with readOnly=true?

Former Member
0 Kudos

hi @,

In my table I am having DropDownByIndex as one of the column but when I change the default Table behaviour readOnly to "true" the UI (DropDownByIndex) changes to TextView.

Is this the expected behaviour or we have to make some adjustments somewhere?

Regards

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197348
Active Contributor
0 Kudos

Hi Amit,

If Table behaviour readOnly is "true" then all your table columns and their cell editors also become readOnly. You can individually deal with UIelement with properties readOnly or enabled

Regards

Siva

Former Member
0 Kudos

instead of changing the table general property.

change the read only property of the separate column UI element

with regards

shanto aloor

Former Member
0 Kudos

Hi Shantanu,

BUt when i will change the individual column properties will my leadselection change when cell of the column is clicked?

Regards