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

Dragged RadListBoxItem is hiding behind RadMenu

1 Answer 40 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 17 Aug 2014, 01:54 PM
Hello,

I am working on a project with a RadGrid.
Inside the CommandItemTemplate of the RadGrid, I have a RadMenu.
Inside the RadMenu, I have a RadListBox.
The RadListBoxItems can be Dragged and Dropped.
When I drag a RadListBoxItem, I cannot see what I have dragged. The dragged RadListBoxItem is hiding behind RadMenu.

Here is a video link that shows the problem: [Video Link]

How do I solve this?

Thank you
Daniel.

1 Answer, 1 is accepted

Sort by
0
Accepted
Nencho
Telerik team
answered on 20 Aug 2014, 08:14 AM
Hello Daniel,

The reason for the experienced behavior is the lower z-index of the DragClue, which indicates where the currently dragged item should be placed. I would suggest you to apply the following css styles rule in order to overcome the faced issue :

<style type="text/css">
        .rlbDragClue {
            z-index: 8000 !important;
        }
    </style>


Regards,
Nencho
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
ListBox
Asked by
Daniel
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or