My use case requires me to disable the input of interactive grid columns, for certain rows only, client-side, but still allow me to set values programmatically. Disabling is signaled through the value of another column, and if that value changes the column should again be enabled. I've tried this by disabling the columns through a dynamic action, but this also blocks me from programatically changing the values.
What would be the best way to approach this?