Hi there,
I am starting to use the RadRibbon control and have set this to the top of my masterpage. I want this control to always stay at the top and possibly use some sliding panes. I have the following code:
The problem is the pane only seems to use half of the webpage that remains. I plan to impliment a tree view on certain pages So I was thinking that this would be the best way to go about it. Please let me know if I should look at using another control.
thanks!
Jonathan
I am starting to use the RadRibbon control and have set this to the top of my masterpage. I want this control to always stay at the top and possibly use some sliding panes. I have the following code:
<table align="center" cellspacing="0" class="style1"> <tr> <td class="style2"> <telerik:RadRibbonBar ID="MainRibbon" runat="server" Tabs-Capacity="4" Skin="Default" /> </td> </tr> </table> <table style="height: 100%; width: 100%;"> <tr> <td style="background-color: Blue;"> <telerik:RadSplitter id="Splitter1" runat="server" Width="100%" Height="100%"> <telerik:RadPane id="MainPane" runat="server" Width="100%" Height="100%"> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"/> </telerik:RadPane> </telerik:RadSplitter> </td> </tr> </tableThe problem is the pane only seems to use half of the webpage that remains. I plan to impliment a tree view on certain pages So I was thinking that this would be the best way to go about it. Please let me know if I should look at using another control.
thanks!
Jonathan