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

Has RadContextMenu Responsive, Adaptive and Elastic Capabilities ?

2 Answers 36 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Vasssek
Top achievements
Rank 1
Vasssek asked on 11 Mar 2015, 08:37 AM
Good morning,

Could you tell me whether RadContextMenu has implemented responsive design capabilities as RadMenu or not yet ?

I struggle with example http://demos.telerik.com/aspnet-ajax/button/examples/splitbutton/defaultcs.aspx What I need to achieve is, when user decrease page size zoom, or open web page on mobile device, then RadContextMenu control should go elasticed as well. I know, how to change fixed font (px) to em, but context menu is still the same or even worse bigger.

Please help me to solve this issue.

Best regards

Vasssek


2 Answers, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 12 Mar 2015, 08:11 AM
Hi Vaclav,

The context RadMenu in lightweight render mode is realized as an elastic control. The CSS rule that affect to its elasticity is the following:
html .RadMenu {
    font-size: 22px;
}

Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Vasssek
Top achievements
Rank 1
answered on 12 Mar 2015, 11:15 AM
Hello,

thank you for your suggestion.

I've just added it to every @media only_screen rule, with font-size: 1em.

Now, it looks quite good.

Best regards

Vassse
Tags
Menu
Asked by
Vasssek
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Vasssek
Top achievements
Rank 1
Share this question
or