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

About horizontal submenu width auto size.

2 Answers 93 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Prathap
Top achievements
Rank 1
Prathap asked on 23 Sep 2011, 06:00 AM
The problem I'm having is if you have over the Level 1c and then Level 1b the submenu grows in width.  The attached images may help to explain better what is happening.

|  Level 1     Level 1a     Level 1b    Level 1c    Level 1d  |
|            Sublevel 1a1  Sublevel 1a2  Sublevel 1a3                     |  width excedes

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Sep 2011, 09:25 AM
Hello Prathap,

I tried the following markup and it worked as expected.
aspx:
<telerik:RadMenu ID="RadMenu3" runat="server" ClickToOpen="true">
   <Items>
      <telerik:RadMenuItem Text="Configuration">
   <Items>
      <telerik:RadMenuItem Text="Master Of Engg2" Width="100px" Font-Size="Smaller">
      </telerik:RadMenuItem>
      </Items>
         </telerik:RadMenuItem>
      </Items>
</telerik:RadMenu>

Thanks,
Princy.
0
Prathap
Top achievements
Rank 1
answered on 26 Sep 2011, 11:28 AM
Hi Princy,

    Thanks for replay. Its working but, In one root in your example itself am add one sub menu to the root for configuration. Then the submenu width will execed the width size it should not over the root menu width. image is attached to this below.

In the picture the right side of the sub menu should inside the root menu..
Thanks
Prathap

Tags
Menu
Asked by
Prathap
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Prathap
Top achievements
Rank 1
Share this question
or