Sir,
I created multiple docks within a raddocklayout and set the orientation Horizontal.But all the docks come within a single column
My requirement is,to show each dock in different columns ie,
dock1 in col1,dock2 in col2 etc.and the drag n drop of docks b/w these columns should also wrk.
Thanks..
If you want to have several "columns" you should create several RadDockZones with Orientation -Vertical. After that you should add a RadDock to each RadDockZone.
If you want RadDock to preserve its state on postback/ajax you should wrap it with RadDockLayout