Element on list

Hi,

I have a list of record and some elements on each record. I have a element nammed “checkbox” and when I want to set enabled = false on this element of this record, all elements nammed “checkbox” of my list became grey.

How can I put enable = false only on one record of my list?

Thanks.

Setting elements in a list indeed sets ‘all or nothing’. You need to set a dataprovider to 0 or whatever other value higher to uncheck/check it…

oki thanks