Hi,
I am getting an issue with the radwindow which is being used together with a radscheduler to show appoinment details.
The problem I am getting is that there is like a horrible "toolbar" surrounded by a red box in the jpg attached. How should I remove this tool bar. I am using the following to define the radwindow:
Radwindow1 is shown below, for testing purposes, and wndInsertCreate is the one I am using.
Thank you for your help!
Swadesh
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" >
<Windows>
<telerik:RadWindow
id="wndInsertCreate"
runat="server"
showcontentduringload="false"
width="668px"
height="330px"
title="test"
Behavior="Close, Move"
Skin="Vista"
backcolor="gray"
Modal="true"
VisibleStatusbar="false"
OffsetElementId = "<%#RadScheduler1.ClientID %>"
OnClientClose="OnClientclose"
>
</telerik:RadWindow>
<telerik:RadWindow ID="RadWindow1" VisibleOnPageLoad="true" Title="Google"
IconUrl="http://www.google.com/favicon.ico" runat="server">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>
I am getting an issue with the radwindow which is being used together with a radscheduler to show appoinment details.
The problem I am getting is that there is like a horrible "toolbar" surrounded by a red box in the jpg attached. How should I remove this tool bar. I am using the following to define the radwindow:
Radwindow1 is shown below, for testing purposes, and wndInsertCreate is the one I am using.
Thank you for your help!
Swadesh
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" >
<Windows>
<telerik:RadWindow
id="wndInsertCreate"
runat="server"
showcontentduringload="false"
width="668px"
height="330px"
title="test"
Behavior="Close, Move"
Skin="Vista"
backcolor="gray"
Modal="true"
VisibleStatusbar="false"
OffsetElementId = "<%#RadScheduler1.ClientID %>"
OnClientClose="OnClientclose"
>
</telerik:RadWindow>
<telerik:RadWindow ID="RadWindow1" VisibleOnPageLoad="true" Title="Google"
IconUrl="http://www.google.com/favicon.ico" runat="server">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>