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

rad window

2 Answers 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 23 Aug 2011, 03:34 AM
I use rad window

<

 

 

telerik:RadWindow runat="server" Width="300px"

 

 

 

Left="300px" Top="300px" ID="RadWindow_NavigateUrl" NavigateUrl="Sample.aspx"

 

 

 

Modal="true" InitialBehaviors="Maximize" RestrictionZoneID="NavigateUrlZone">

 

 

 

</telerik:RadWindow>

i call this from java script

 

function

 

 

RadCheckinSamp_ClientClicked(sender, eventArgs) {

 

$find(

 

'ctl00_ContentPlaceHolder1_RadWindow_NavigateUrl').show();

 

}

my output screen comes like this


give the solution pls

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Aug 2011, 05:40 AM
Hello Johny,

It seems you have defined some global CSS styles applied. Take a look in to the following forum thread which discussed similar issue.
Funny looking radWindow problem

Thanks,
Shinu.
0
Marin Bratanov
Telerik team
answered on 24 Aug 2011, 08:20 AM
Hello Johnny,

It seems like the skins of the RadWindow are not loaded at all, which may also be caused by the IE's stylesheet limit. You can easily confirm if this is the case by trying the problematic page under IE and Firefox, for example. If FF does not exhibit this behavior then the issue is with IE's limitation. Then I would suggest that you try the solution proposed in the linked blog post - using the RadStyleSheetManager.

Regards,
Marin
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
General Discussions
Asked by
Johnny
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Marin Bratanov
Telerik team
Share this question
or