Hi ALL,
I have issue with resizing Radgrid which inside the Radpan (rpMiddlePane) -> contetnplaceholder(cphDailogPlaceHolder).
I need to fit the grid in current page screen:
I hope i can get the solution from you guys....
Thanks,
Abhishek K
I have issue with resizing Radgrid which inside the Radpan (rpMiddlePane) -> contetnplaceholder(cphDailogPlaceHolder).
I need to fit the grid in current page screen:
- When i resize the current window.
- When i collasps the Radsplitter to the Top and to the Right.
<div style="height: 100%;"> <telerik:RadSplitter ID="MainSplitter" runat="server" Height="100%" Width="100%" Orientation="Horizontal" > <telerik:RadPane ID="TopPane" runat="server" Height="150" MinHeight="115" MaxHeight="150" Scrolling="none"> <!-- Place the content of the pane here --> <!--Ribbonbar starts--> <telerik:RadTabStrip ID="rtsActionMenuToolBar" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0" Style="padding-left: 5px;" ShowBaseLine="true"> </telerik:RadTabStrip> <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" BackColor="Transparent"> </telerik:RadMultiPage> <!--Ribbonbar ends--> </telerik:RadPane> <telerik:RadSplitBar ID="RadsplitbarTop" runat="server" CollapseMode="Forward" /> <!--Middle Content starts--> <telerik:RadPane ID="MainPane" runat="server" Scrolling="none" MinWidth="500"> <telerik:RadSplitter ID="rsMainSplitter" runat="server" BorderSize="0" LiveResize="true" ResizeWithBrowserWindow="true"> <telerik:RadPane ID="rpLeftPane" runat="server" Scrolling="None" Width="250"> <telerik:RadTreeView ID="rpbLeftPaneSections" DataValueField="URL" DataTextField="DisplayName" runat="server" Width="250"> </telerik:RadTreeView> </telerik:RadPane> <telerik:RadSplitBar ID="rsbMidSplitterDialog" runat="server" CollapseMode="Forward"> </telerik:RadSplitBar> <telerik:RadPane ID="rpMiddlePane" runat="server" > <asp:ContentPlaceHolder ID="cphDialogPlaceHolder" runat="server"> </asp:ContentPlaceHolder> </telerik:RadPane> </telerik:RadSplitter> </telerik:RadPane> <!--Middle Content ends--> </telerik:RadSplitter> </div>I hope i can get the solution from you guys....
Thanks,
Abhishek K
