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

RAD Menu is fixed

4 Answers 90 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Raj Kumar
Top achievements
Rank 1
Raj Kumar asked on 17 Sep 2009, 01:40 PM
Hi,

I have a bizzare problem with my rad menu.

My rad menu is fixed or remaining static i.e. even if you scroll down in the page also the Rad menu is in same position.

Is this the default behaviour?Do i have to set any property explicitly so that this is not happening?

Regards,
Raj

4 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 17 Sep 2009, 02:15 PM
This demo describes how to set the menu as fixed, did you accidentally copy code from this and include it in your code? Making a RadMenu static seems to be one through CSS so if you didn't use css I would recommend posting your code so we can take a look at it and figure out what's happening :)
0
Raj Kumar
Top achievements
Rank 1
answered on 18 Sep 2009, 05:39 AM

<

telerik:RadMenu ID="mnu_Visits" DataTextField="VisitType" Style="z-index: 1000;

 

position: relative"

DataValueField="VisitTypeID" runat="server" OnItemClick="mnu_Visits_ItemClick">

 

 

<CollapseAnimation Duration="200" Type="OutQuint" />

 

 

</telerik:RadMenu>

The above one is the code i'm using. As you see i'm not using any css class.

I already saw the demo. It says what you have to do keep it static.
My problem is i'm not doing any thing and it is remaining static.

 

0
Raj Kumar
Top achievements
Rank 1
answered on 18 Sep 2009, 05:41 AM

<

telerik:RadMenu ID="mnu_Visits" DataTextField="VisitType" Style="z-index: 1000;

 

position: relative"

 

DataValueField="VisitTypeID" runat="server" OnItemClick="mnu_Visits_ItemClick">

 

 

 

<CollapseAnimation Duration="200" Type="OutQuint" />

 

 

 

</telerik:RadMenu>

This is the code i'm using. As you see i'm not using any css class.

I already saw the demo you have mentioned. It says what you have to do keep it static.
My problem is i'm not doing any thing and it is remaining static.

 

 

0
Atanas Korchev
Telerik team
answered on 18 Sep 2009, 06:55 AM
Hello Raj Kumar,

There is a known bug of internet explorer which causes the observed behavior. Relatively positioned elements do not scroll. The only known workaround is to make the scrollable container element relative as well.

Regards,
Albert,
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Raj Kumar
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Raj Kumar
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or