Home > Forum > Forms > Item List - disabling one cell

Item List - disabling one cell
0

Hi Team,
Is there a way to disable (eg. on value change if cell 1=1 then disable(cell 2)) particular cell in a row in Item List? I do not want to disable whole row nor column.

Hi Patryk,
Of course, just write condition for column which contain cell 2 (Permissions -> Column edit restrictions -> Value of Column containing Cell 1 = 1).

General condition = whole column disabled.
Row dependent condition = one "cell" disabled.

Ondrej

In reply to: Ondrej

Hi Patryk,
Of course, just write condition for column which contain cell 2 (Permissions -> Column edit restrictions -> Value of Column containing Cell 1 = 1).

General condition = whole column disabled.
Row dependent condition = one "cell" disabled.

Ondrej

Hi Ondrej,
thanks for your tip, I forgot to mention that I would like to have it done dynamically, eg. user change the value of cell 1 --> cell 2 is getting disabled.
EDIT: we went for this approach - disabling at initialization with condition based on Business Rule.