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

RadMenu disappears on AJAX request

3 Answers 117 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Kyle Roche
Top achievements
Rank 1
Kyle Roche asked on 13 Feb 2008, 03:45 PM
(Prometheus / VS2008, .net 3.5)
Hi, i have a master page w/ a RadMenu on it. I have a content page w/ an AjaxPanel and a few controls... on an Ajax call from inside the AjaxPanel, the RadMenu on the MasterPage just disappears... is this a known issue?

I have my Telerik ScriptManager on my MasterPage...

Thanks for the help.
Kyle.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Feb 2008, 04:25 PM
Hello Kyle,

We tried to recreate the problem following your description, but to no avail. Please, review the attached test project and let us know what is different at your side.


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Kyle Roche
Top achievements
Rank 1
answered on 14 Feb 2008, 04:45 PM
Thanks. Actually, there were some strange CSS entries in my .master page... I removed those and everything is okay now. FYI, they were:

<style type="text/css">

.style1

{

width: 100%;

}

.RadMenu

{

white-space:nowrap;

float:left;

position:relative;

}

.RadMenu ul.rmRootGroup

{

float:none;

_float:left;

}

 

.RadMenu ul.rmRootGroup

{

display:block;

}

.RadMenu ul.rmHorizontal

{

margin:0;

padding:0;

display:none;

position:relative;

left:0;

float:left;

}

 

.RadMenu .rmHorizontal .rmItem

{

clear:none;

}

.RadMenu .rmItem

{

float:left;

position:relative;

list-style-image: none;

list-style-position:outside;

list-style:none;

_display:inline;

}

 

.RadMenu .rmLink

{

width:auto;

}

.RadMenu_Telerik .rmLink

{

text-decoration:none;

color: #666;

line-height: 22px;

background: #fefefe url(mvwres://Telerik.Web.UI, Version=2007.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Telerik.Menu.MainItemBackground.gif) repeat-x;

border-left: 1px solid #dbdbdb;

border-right: 1px solid #dbdbdb;

}

.RadMenu .rmText

{

display:block;

}

.RadMenu_Telerik .rmText

{

font-size: 11px;

padding: 0px 24px;

font-family: Arial, Verdana;

}

.style2

{

cursor: default;

display: block;

}

</style>

0
Kyle Roche
Top achievements
Rank 1
answered on 14 Feb 2008, 04:45 PM
Thanks. Actually, there were some strange CSS entries in my .master page... I removed those and everything is okay now. FYI, they were:

<style type="text/css">

.style1

{

width: 100%;

}

.RadMenu

{

white-space:nowrap;

float:left;

position:relative;

}

.RadMenu ul.rmRootGroup

{

float:none;

_float:left;

}

 

.RadMenu ul.rmRootGroup

{

display:block;

}

.RadMenu ul.rmHorizontal

{

margin:0;

padding:0;

display:none;

position:relative;

left:0;

float:left;

}

 

.RadMenu .rmHorizontal .rmItem

{

clear:none;

}

.RadMenu .rmItem

{

float:left;

position:relative;

list-style-image: none;

list-style-position:outside;

list-style:none;

_display:inline;

}

 

.RadMenu .rmLink

{

width:auto;

}

.RadMenu_Telerik .rmLink

{

text-decoration:none;

color: #666;

line-height: 22px;

background: #fefefe url(mvwres://Telerik.Web.UI, Version=2007.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Telerik.Menu.MainItemBackground.gif) repeat-x;

border-left: 1px solid #dbdbdb;

border-right: 1px solid #dbdbdb;

}

.RadMenu .rmText

{

display:block;

}

.RadMenu_Telerik .rmText

{

font-size: 11px;

padding: 0px 24px;

font-family: Arial, Verdana;

}

.style2

{

cursor: default;

display: block;

}

</style>

Tags
Menu
Asked by
Kyle Roche
Top achievements
Rank 1
Answers by
Peter
Telerik team
Kyle Roche
Top achievements
Rank 1
Share this question
or