Hello Peter,
Thank you for your question.
You can add each of your
RadGridView controls to a separate
DocumentWindow, dock the first
DocumentWindow to
'Top' and each other window to
'Top' anchored to the previous one:
The
CloseAction of the windows from the above code snippet defines that they will be hidden (and not closed) when their state is changed to
'Hidden'.
You can hide two of the windows and provide the space to the other one setting their
DockState to
'Hidden':
You can show the hidden windows in their previous places using:
Please let us know if it helps in your scenario.
Best regards,
Alexander
the Telerik team