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

RadWindow Behaviour is not Visible

1 Answer 153 Views
Window
This is a migrated thread and some comments may be shown as answers.
Vinodh Kumar
Top achievements
Rank 1
Vinodh Kumar asked on 04 Aug 2010, 07:31 AM
Hi ,
RadWindow is not showing the Behavior properly in both IE and Chrome  below is the code what i used and kindly see the is attached picture .

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Telerik"
    Behaviors="Resize, Move" Behavior="Default" InitialBehavior="None" >
    <Windows>
        <telerik:RadWindow ID="ImageWindow" runat="server" Title="Item record" Height="500px"
            OnClientClose="ListBoxLoad" Width="835px" Left="150px" ReloadOnShow="False" ShowContentDuringLoad="false"
            Modal="true"  Behavior="Default" KeepInScreenBounds="true" VisibleStatusbar="false">
        </telerik:RadWindow>
        <telerik:RadWindow ID="RadWindow1" runat="server" Title="Bill Of Materials" Height="700px"
        VisibleStatusbar="false" Width="1000px" Modal="true" Behaviors="Move, Resize,Close"
        VisibleTitlebar="true"  Behavior="Default" InitialBehavior="None" Left="" style="display:none;" Top="" >
        </telerik:RadWindow>
    </Windows>
</telerik:RadWindowManager>

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Aug 2010, 09:22 AM
Hi Vinodh Kumar,

You are using some global CSS styles for TABLE. TR, TD, UL, LI, that sets to the RadWidnow elements some additional styles and this breaks the layout.
When you are using third party controls such as Telerik`s it is not recommended to use Global CSS styles, as they easily could apply additional styles to the control`s HTML elements. Try to disable your additional CSS and check if the problem still exists. Another option is to send us a live url, where the project exists, and we will be able to investigate it further.


Regards,
Georgi Tunev
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
Window
Asked by
Vinodh Kumar
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or