I have the following situation. I have a Panel that has a CssLayout as content. The CssLayout has a HorizontalLayout as a header(that is wrapped in the DragAndDropWrapper) and another CssLayout as content. DragAndDropWrapper has drag start mode Component_Other and as drag image component the panel.
Using this setup following problem occurs: after a drag and drop is performed all options groups in the content layout are unchecked even if before the event all of them were checked.
If the DragStartMode is WRAPPER everything works OK. Is there an explanation to this problem?
Thx.