Hello Telerik,
There are lots of threads about RadGrid inside RadDocks. I'd like to ask about the reverse -
RadDocks inside RadGrid.
Please see below:
Will this work?
I want to populate the grid dynamically with cells of RadDockZones. The reason I want to use RadGrid is I want to be able to easily resize the RadDockZones that are in each cell in a RadGrid.
And when the RadDockZones are created, dynamic RadDocks will be created and placed in any of the created RadDockZones.
Different web controls (textboxes, labels, dropdowns, checkboxes) will be dynamically created in a RadDock.
Will the RadDocks (with its contents) then be able to move to any RadDockZone in the RadGrid?
The size of the RadDockZone will be dependent on the size of the cell in the RadGrid.
Finally, the state of the docks will be saved to a database.
When this state is retrieved from the database, the whole RadGrid with its RadDockZones and its RadDocks will be reconstructed.
Can anyone point me in the right direction? Is there any alternative to using RadGrid and still be able to easily resize cells that have RadDocks in them?
Thanks!