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 .
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>