I have a requirement where I have to enable few data cell for input.
If I use force read only then I have to open all the columns and rows for input and the explicitly run groovy to
Set force read only all those data cell except those required data cell for input.
This is making the form slow during load as it's making all the data cell read.
Is there any way to set force write for required data cell after making entire form read??