This is a migrated thread and some comments may be shown as answers.

Issue with toolbar in radwindow

1 Answer 25 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Swadesh Brojolall
Top achievements
Rank 1
Swadesh Brojolall asked on 20 May 2010, 08:33 AM
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>






1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 May 2010, 03:32 PM
Hello Swadesh,

I tested your code, but I could not replicate this problem. Please, see the attached screenshot for reference.


Greetings,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Scheduler
Asked by
Swadesh Brojolall
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or