telerik r.a.d.window theme installation instructions

  1. Copy the folder from this archive to the RadControls/Window/Skins folder of your project. Make sure you preserve the original skin folder name, otherwise the skin might not apply correctly. The skin folder contains:
  2. Open your Visual Studio .Net project and locate the r.a.d.window server tag. To correctly apply the skin, you need to set the r.a.d.window properties as shown below. If you experience difficulties, please, refer to the r.a.d.window help file, accessible from the r.a.d.window programs group in your Start Menu.
Notes: If you intend to create your own skin based on this one, you can edit Window.css and Skin.psd with Adobe PhotoShop.

<radw:radwindowmanager id="Singleton" skin="WebChat" visibleonpageload="true" behavior="Minimize,Close,Pin,Move" onclientclose="CloseAllWindows" width="800px" height="600px" runat="server">
    
<windows>
        
<radw:radwindow id="Window1" height="400px" width="600px" behavior="Close" runat="server" navigateurl="http://www.telerik.com"  offsetelementid="Position"></radw:radwindow>
    
</windows>
</radw:radwindowmanager>