Working with Advanced Table and diferents cells

Hi, i’ve attached a Capture.

My question is, if is possible to set marked Fields in ReadOnly (Disabled), if Articulo has No value. And, if i change and i set value, this field goes in edit mode.

It’s possible?

AdvancedGrid

Hi
Unfortunately there is no ability to enable or disable Table cells separately.

The described problem could be solved if to use GridLayout instead of the Table.
If to create a GridLayout and fill it with appropriate fields, we will be able to control each field.
But in that case we should programmatically fill these fields with data and handle changes made by user.

Regards.