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

Hide Small Arrow with EnableDragAndDrop = "True"

1 Answer 29 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Jon Shipman
Top achievements
Rank 1
Jon Shipman asked on 05 Nov 2010, 04:41 PM
I have a RadListBox where I drag from it to a RadTreeView, so EnableDragAndDrop is set to "true".  While I'm dragging over my RadListBox, or any other RadListBox on the page with EnableDragAndDrop = "true", a small arrow appears to the left of the RadListBoxItem that I'm hovering over.  (See attached screenshot).

I don't know if this matters but AllowReorder is also set to "false" on all the RadListBoxes.

It seems to the user like the arrow is trying to indicate that the RadListBoxItem can be dropped in a different position or on another RadListBox even though that is not the case.

Is there a way I can hide the small arrow?

1 Answer, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 10 Nov 2010, 03:40 PM
Hello Jon Shipman,

You can use the following CSS in order to hide the drop arrow:

<style type="text/css">
       .rlbDropClue
       {
           background:none !important;           
       }
   </style>

Kind regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListBox
Asked by
Jon Shipman
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or