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

RadWindow Maximize Minimize and PinOn

1 Answer 109 Views
Window
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 24 Apr 2013, 09:10 PM
I would Like to popup a window after I click some button and it works.

But After I click the Maximize on the window and click the Restore, it change to Normal but It still loading.....the mouse does not return to normal.

I do not know why... Anybody knows I will appreciate it.


<telerik:RadWindowManager ID="RadWindowManager1" VisibleStatusbar="false" runat="server" Skin="Office2007" EnableShadow="true" Modal="true">
<windows>
<telerik:RadWindow ID="MapBBSPopup" runat="server" DestroyOnClose="false" 
            Height="370px" Width="400px" Left="150px"
            Behaviors="Default" OnClientClose="MapBBSPopupClose" Modal="true"/>
</windows>
</telerik:RadWindowManager>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Apr 2013, 01:34 PM
Hello Allen,

Could you explain your problem in mode detail:
- does the mouse cursor change or does the loading sign of the RadWindow appear?
- can you still click on the page and interact with it when this happens or does the browser actually freeze?

I am not aware of such a problem in the control which is why I would advise that you post the full code we can use to reproduce the problem in order for us to inspect it.

In the meantime I advise that you remove all custom code around the RadWIndow to make sure that there aren't any JavaScript errors on the page that can break it.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
Allen
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or