Hi,
How is it possible to add the control RadDockZone in the appSettings in order to use the skin registration ?
I tried
but none of them works
I want to be able to reproduce the following RadDockZone.
It works fine for the RadDock, but I really need to be able to add the EnableEmbeddedSkins="False" for the RadDockZone.
Take a look to the attached file, you will see that there is a border that is used by the RadDockZone when EnableEmbeddedSkins="True" which I really want to get rid of.
Thanks
How is it possible to add the control RadDockZone in the appSettings in order to use the skin registration ?
I tried
| <add key="Telerik.Dock.DockZone.EnableEmbeddedSkins" value="false" /> |
| <add key="Telerik.DockZone.EnableEmbeddedSkins" value="false" /> |
| <add key="Telerik.Dock.RadDockZone.EnableEmbeddedSkins" value="false" /> |
| <add key="Telerik.Zone.EnableEmbeddedSkins" value="false" /> |
but none of them works
I want to be able to reproduce the following RadDockZone.
| <telerik:RadDockZone runat="server" id="RadDockZone1" EnableEmbeddedSkins="False"> |
| <telerik:RadDock id="RadDock1" Collapsed="true" Skin="MySkin" EnableEmbeddedSkins="false" EnableDrag="false" DefaultCommands="ExpandCollapse" runat="server"> |
| <TitlebarTemplate> |
| <asp:Image ImageUrl="~/images/Info_Icon.gif" ImageAlign="AbsMiddle" runat="server" /> |
| <asp:Label Text="<% $ Resources:Resource, lblHelpHeader %>" runat="server" /> |
| </TitlebarTemplate> |
| <ContentTemplate> |
| <p align="justify"><asp:Label ID="lblText" runat="server" /></p> |
| </ContentTemplate> |
| </telerik:RadDock> |
| </telerik:RadDockZone> |
It works fine for the RadDock, but I really need to be able to add the EnableEmbeddedSkins="False" for the RadDockZone.
Take a look to the attached file, you will see that there is a border that is used by the RadDockZone when EnableEmbeddedSkins="True" which I really want to get rid of.
Thanks