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

Rad Window will not load after a partial page load

1 Answer 35 Views
Window
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 11 Dec 2008, 03:43 AM
We have a Window control on a page that works perfectly using the code below:

 function aptEdit_ShowPopupPanel()
    {
        var oWnd = window.radopen('<%=getSchedulerPopupURL()%>', null);          
        oWnd.setSize(700,500);
        oWnd.center();
        oWnd.add_close(OnClientClose);

        return false;
    }

However, we have other buttons on the page that cause a partial page postback.  Once the partial page postback occurs.  The Window will no longer open when we fire the above event.

Any help is appreciated.

Thanks!

Vince

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 11 Dec 2008, 04:08 PM
Hi Vincent,

The code that you posted is OK and should not be the reason for the problem. At this point we cannot say what the reason might be as we need to have a better view over your exact setup.

Please open a support ticket and send us a small sample project where this behavior can be reproduced and we will check it right away.

All the best,
Fiko
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
vincent
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or