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

Menu becomes transparent when using <DefaultGroupSettings RepeatColumns>

1 Answer 78 Views
Menu
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 14 Aug 2014, 10:34 PM
Using Silk skin, if I enable repeatcolumns :         <DefaultGroupSettings RepeatColumns="2" RepeatDirection="Vertical" />

the menu becomes transparent to the background

but if I remove it  the transparency disappears (the desired effect)  :      <DefaultGroupSettings  RepeatDirection="Vertical" /> 

whats is going on?

(see the attached screenshot of the two cases)

thank you

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 15 Aug 2014, 01:17 PM
Hi David,

It seems that you are using some older version of the control where the issue exists. We have tested the project with 2014.2.724 version and it seems to be working fine.
Please find this video as part of our local tests.

If you cannot update to the latest version, could you please specify what version you are using so we will be able to give you a workaround suitable for you.

You can also try to apply the following:
.RadMenu .rmMultiColumn {
    background: #fff;
}

Hope this was helpful for you.

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.

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