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

RadWindow displays without style

3 Answers 66 Views
Window
This is a migrated thread and some comments may be shown as answers.
ataxia1
Top achievements
Rank 1
ataxia1 asked on 12 May 2010, 12:09 PM
I use RadWindow in two pages on my site.  Both are using the embedded black skin.

On one page, the window displays perfectly.

On another page, the window appears, but no style information is sent to the browser, so the window content displays with no formatting whatsoever.

Both pages are on the same site.  The code on each page is identical.

Any suggestions? 

Thanks

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 12 May 2010, 02:50 PM
Hi ataxia1,

I would suggest to use Fiddler / Firebug or a similar tool to examine the raw response from the server - this would help you tracking the reason for the problem. If you have a live Url that you can share, please do and I will check it as well.


Sincerely yours,
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.
0
ataxia1
Top achievements
Rank 1
answered on 13 May 2010, 01:47 AM
Figured it out.

The page content changed via an AJAX postback.

If a window didn't appear on the page initially, the style would never be attached to the page.

There's probably a better way, but I just placed a dummy hidden RadWindow at the bottom of the page so there would always be one there on the page's initial load.  Works fine now.
0
Georgi Tunev
Telerik team
answered on 13 May 2010, 07:14 AM
Hi ataxia1,

Try setting EnableAjaxSkinRendering to true for the RadWindowManager when you make the postback - this should help in such scenario.


Kind 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
ataxia1
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
ataxia1
Top achievements
Rank 1
Share this question
or