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

RadMenu is hidden behind the radRibbonbar

1 Answer 87 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Zaharah
Top achievements
Rank 1
Zaharah asked on 03 Jun 2012, 01:58 PM
I have a problem in displaying the RadMenuItem in the RadRibbonBar.
Only the Items that are within the boundary of RadRibbonBar is shown & remaining items is hidden behind the RadRibbonBar.
I have added the RadMenu using the RibbonBarTemplateItem.
However If I add RadComboBox using the TemplateItem It looks fine & complete.

I have attached the snapshot of sample.Here I have used the RadMenu & added items are 1 to 10 .. while only 1-4 is being shown reminaing is hidden behind the boundary of radribbonbar.
Please someone help to solve the problem
Thank you :)

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 06 Jun 2012, 06:05 AM
Hi Zaharah,

Try the following CSS to make RadMenu behind the RadRibbonBar.
CSS:
<style type="text/css">
.RadRibbonBar .rrbButtonArea
{
  overflow:visible !important;
}
</style>

Thanks,
Princy.
Tags
RibbonBar
Asked by
Zaharah
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or