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

RadMenu inside CommandItem

1 Answer 28 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 14 Aug 2014, 10:48 AM
Hello,

I am working on a project with a RadGrid.

Inside the RadGrid there is a CommandItem, which has a RadMenu.
When the user clicks the RadMenu, the sub-menu opens but it is hidden under the RadGrid. [See video]

How can I solve this?
 

Thank you,
Daniel.

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 14 Aug 2014, 03:03 PM
Hi, 

I just found the solution. 

Should be added to the CSS this Code:
.rgMasterTable, .rgClipCells {
         overflow:visible !important;
     }


Regards,
Daniel.
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or