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

dotted lines disappearing in RadWindow

2 Answers 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
jc mag
Top achievements
Rank 1
jc mag asked on 20 Jul 2011, 08:34 PM
I've made a UserControl containing a RadTreeView; when it is embeded in a webform it works perfectly. But when I embed my userControl in a RadWindow the dotted lines that appear when you drag'n drop nodes disappear (when

EnableDragAndDropBetweenNodes=true)

 

 

!
Do you have an idea of what could cause that problem?

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 25 Jul 2011, 12:22 PM
Hi Jc Mag,

By default the z-index of the RadWindow is 3000 so you have to set the z-index of the of the dotted lines to be greater like here:
.rtDropAbove,
  .rtDropBelow
  {
      z-index: 3500 !important;
  }

Best wishes,
Plamen Zdravkov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
jc mag
Top achievements
Rank 1
answered on 26 Jul 2011, 09:34 AM
it works, thanks!
Tags
TreeView
Asked by
jc mag
Top achievements
Rank 1
Answers by
Plamen
Telerik team
jc mag
Top achievements
Rank 1
Share this question
or