ReadOnly Combobox (v2024)

v2024

In edit form - function pageRender(){}:

we set $this->subscription_level->ReadOnly = true, but are finding out that the user is able to select different items from the list?

if set to ->Disabled, the value is lost when the record is being saved.

not sure…

You should use Row_Inserting/Updating server event and set the field object’s Disabled property.