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

child items appearance

2 Answers 47 Views
Menu
This is a migrated thread and some comments may be shown as answers.
maha
Top achievements
Rank 1
maha asked on 27 May 2008, 04:59 PM

this is my menu declaration.
<

telerik:RadMenu ID="radCSMenu" runat="server" Flow="Vertical" OnItemClick="radCSMenu_ItemClick"

OnPreRender="radCSMenu_PreRender" Width="162px" Height="32px" >

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

</telerik:RadMenu>

I have this menu in a frame.

i want to have child items in one of the item.

child item is appearing.But the child item is showing from right to left, which is from the left of the parent item.

can some one help.


RadMenuItem

docItem = new RadMenuItem("Documents");

docItem.Attributes.Add("onclick", "javascript:window.top.content.location.href='YearEnd.aspx?p=" + sparam + "'");

docItem.Items.Add(

new RadMenuItem("DOC 1"));

radCSMenu.Items.Add(docItem);


Can someone help.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 May 2008, 10:09 AM
Hi Maha,

Go through the following help document links.

Controlling Appearance
Controlling the Layout of Child Items

Thanks
Princy.
0
maha
Top achievements
Rank 1
answered on 28 May 2008, 04:49 PM
Thank you
Tags
Menu
Asked by
maha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
maha
Top achievements
Rank 1
Share this question
or