enableEditing action not working properly in tabbed screen

I have a Browse-editor screen. Entity has many composed entities therefore, I am using Tab Sheet (Just like Master-Detail screen). First tab has main entity’s fields and rest of the tabs have tables for composed entities.

Main Tab:

Detail Tab1:

The issue is that main tab is readonly as a result of enableEditing action but Create/Edit/Remove actions are enabled/active for tables in child tabs as shown in second image. They should be enabled only after user has click Enable Editing. How can I solve this issue?

Hi,

In the case of a specific screen, you can override the setReadOnly method and make required changes to UI components. If you need globally alter the default implementation, you can override the ReadOnlyScreensSupport bean and the setScreenReadOnly method in particular.

Regards,
Gleb