Dear All.
I'd like to change property of field type from User entered - Optional to Readonly conditionally.
tired it as folloing, but the field is still editable.
please let me know how to change it.
case1 :
Row1_Num1.lockType = "readOnly";
case2:
Row1_Select.readonly = true;