<telerik:RadDockLayout runat="server" ID="dockMain" EnableEmbeddedSkins="false" Skin="None">
<div style="border: 5px solid white; padding: 5px;">
<table id="maintable" style="Width:100%;" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" style="width:40%;height:100%;background-color:#f4f4f4;">
<telerik:RadDockZone MinHeight="400px" runat="server" ID="RadDockZone1" Orientation="vertical" Style="border: 5px solid #f4f4f4;width: 97%;" BackColor="#f4f4f4">
</telerik:RadDockZone>
</td>
<td valign="top" style="width:60%;height:100%;background-color:#f4f4f4;">
<telerik:RadDockZone MinHeight="400px" runat="server" ID="rightDockZone" Orientation="vertical" Style="border: 5px solid #f4f4f4;width: 97%;" BackColor="#f4f4f4">
<telerik:raddock CssClass="Std" id="dockMaintenanceRenewals" runat="server" Skin="WebBlue" dockmode="Docked">
<ContentTemplate>
</ContentTemplate>
</telerik:raddock>
</telerik:RadDockZone>
</td>
</tr>
</table>
</div>
</telerik:RadDockLayout>
Dear all,
I am working on an admin system with 12 themes. (Hay, , Web 2.0…and so on)
Each theme, I plan to use one corresponding telerik control skin. (Hay, , Web 2.0…and so on) Also, backend user can select which theme he/she would like to use.
PS: I’m not using master page.
Could anyone suggest how to do it?
Billy