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

posback on rad window

1 Answer 46 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ciaran
Top achievements
Rank 1
Ciaran asked on 26 Nov 2008, 03:41 PM
All

I'm using a Telerik RadWindow to pop out from my main page, add some new data, close the RadWindow and postback the main page updating a gridview I just added data to

using this code

 

function GetRadWindow()

 

{

 

var oWindow = null;

 

 

if (window.radWindow) oWindow = window.radWindow;

 

 

else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;return oWindow;

 

}

 

function CloseAndReload()

 

{

 

var oWnd = GetRadWindow().BrowserWindow;

 

oWnd.location.href = oWnd.location.href;

}


simple enough

when the main page reloads, its does not render correctly, just over half the page is fine but on thre other half, the controls become unusable

It seems that 1 panel in particular is causing the problem and if I make that panel invisible, the page works fine

any ideas

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 28 Nov 2008, 01:48 PM
Hi Ciaran,

The provided code seems to be correct and it is not enough to be able to reproduce the issue and to understand your exact configuration. Would you please prepare and send us a sample, fully runnable demo along with browser version, detailed reproduction instructions and explanation of the desired and the actual result. It will also be nice if you provide a few screenshots there. Once I receive it, I will investigate the setup further and I will do my best to help.

Best wishes,
Svetlina
the Telerik team

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