excludeFromReadonly
It provides the functionality of excluding controls from being affected by the readOnlyMode.
Example
app.excludeFromReadonly(["myFirstControl", "mySecondControl"]);Parameters
Example Usages
app.excludeFromReadonly(["adrNumber", "adrName"]);
Return Values
Last updated