hi,
I want to resize RadDock both vertically as well as horizontally.
Is it posible?
Note:
I am using Telerik version - (Latest) Q3 2010
code-
I want a RadDock only in RadDockZone.
I want to resize RadDock both vertically as well as horizontally.
Is it posible?
Note:
I am using Telerik version - (Latest) Q3 2010
code-
<telerik:RadDockLayout runat="server" ID="RadDockLayout1" OnSaveDockLayout="RadDockLayout1_SaveDockLayout" OnLoadDockLayout="RadDockLayout1_LoadDockLayout" > <telerik:RadDockZone runat="server" ID="RadDockZone1" Width="300" MinHeight="500" Style="float: left; margin-right: 5px" > </telerik:RadDockZone> </telerik:RadDockLayout>I want a RadDock only in RadDockZone.
