$this->Field->ReadOnly = TRUE;
It does not work for select2 .
Why?
There is no readonly attribute for Select tag, you may set the Disabled
properly by Row_Rendered server event.
This feature was available in ver2023.
There was no change.
$this->Field->ReadOnly = TRUE;
It does not work for select2 .
Why?
There is no readonly attribute for Select tag, you may set the Disabled
properly by Row_Rendered server event.
This feature was available in ver2023.
There was no change.