Hello DevExpress Support Team,
I was working with a LayoutControl to check a scenario where Editors are generated on runtime and how to replace them when a user is not supposed to view a single Editor. Therefore my Code generated 20 Editors with unique names, i designed some Layouts and saved them. Then i added a code segment replacing every third item with a panel instead of an editor. The code works as expected but when loading the Layout "Tabs.xml" (included in the sample application) the first editors in each Tab get deactivated and not reactivated when leaving the edit mode of the layout control.
I've tracked the behavior back to entering end leaving edit mode of the LayoutControl. When entering all the editors are deactivated. When leaving they should be reactivated but after changing from "2Columns.xml" to "Tabs.xml" as Layout, the two remain deactivated.
In other scenarios/layouts other controls but again one of the 5 in each Tab remains deactivated.
Is this behavior intended or is something wrong with my implementations? How to enable an editor that was disabled by the layout form?