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

.K-Denied Styling

1 Answer 49 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Margaret
Top achievements
Rank 1
Margaret asked on 08 Jul 2016, 05:12 PM

Hello,

Hopefully, this is an easy question. Basically, I don't want the gray box with the circle with an x and the item text to appear when the user drags it onto an area. I got the circle with an x with to disappear using CSS; I just need the CSS classes/ids for the other pieces, so I can make them disappear. 

Thanks!

 

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 12 Jul 2016, 07:51 AM
Hello Margaret,

Thank you for contacting Telerik support.

The drag-clue can be hidden by applying the following:
.k-drag-clue {
  display: none;
}

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
TreeView
Asked by
Margaret
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or