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

Ribbonbar Menu Hight & Groups like RadMenu

3 Answers 56 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Aarsh
Top achievements
Rank 1
Aarsh asked on 08 Apr 2013, 07:06 PM
Hellow Friends,

In our application, I have a radRibbonBarMenu and it expands dynamically. But now is the time that its height may exceed the screen height and user may not access it even-though it would be there.

  • So just like on the http://www.telerik.com/account page, can I distribute the items like "Manage Products" or "Products" does for this site ? see :"Attachment1", please
  • I could somehow have something very similar to what radMenu provides, :
    RepeatColumns="4" RepeatDirection="Vertical" 
    

All I want to do is to make the list of items of radRibbonBarMenuItems to be scrollable.

Update ( this was observed using RadMenu, when I used in as template )
I tried to do something similar to ribbonbarmenu.png ... but it seemed like in my application with telerik, nothing can actually 'cross' the Tab-Group-Text, "Font" here in ribbonbarmenu.png ... To see how telerik behaved in my application for the same scenario, please have a look at RadRibbonBarMenu & RadMenu-AsRadRibbonBarTemplate (FYKI - Both these have exact same items so at least they should have the exact same items)

May be I am missing something ? Again, my main issue is not being able to scroll thru the items on the RadRibbonBarMenu in the case where the menu becomes lengthy enough so that it can not accommodate itself within the screen height.

Thanks,
-Aarsh

3 Answers, 1 is accepted

Sort by
0
Karl Maynard
Top achievements
Rank 1
answered on 16 Apr 2013, 12:02 PM
This sounds like you need a higher z-index on the element that is showing the drop down menu...

0
Aarsh
Top achievements
Rank 1
answered on 16 Apr 2013, 01:22 PM
I can give it a shot and will let you know, thanks !
0
Aarsh
Top achievements
Rank 1
answered on 18 Apr 2013, 04:34 PM
Karl, I tried this, but it did not worked

.BringToFront
{
    z-index : 1000000000; !important
}

here is the markup fro the control:
<telerik:RibbonBarGroup Text="Forms" Value="Forms">
    <Items>
        <telerik:RibbonBarTemplateItem ID="rbm_mm2" runat="server">
            <telerik:RadMenu ID="rbm_mm1" runat="server" CssClass="BringToFront">
                <DefaultGroupSettings RepeatColumns="4" RepeatDirection="Vertical" Height="100%"
                                                        Width="100%" />
             </telerik:RadMenu>
         </telerik:RibbonBarTemplateItem>
.
.
.


Thanks,
-Aarsh
Tags
RibbonBar
Asked by
Aarsh
Top achievements
Rank 1
Answers by
Karl Maynard
Top achievements
Rank 1
Aarsh
Top achievements
Rank 1
Share this question
or