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

Disable Treelist Selection Rectangle

1 Answer 113 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 18 Sep 2017, 03:00 PM
Is there a way to disable the selection box for multiselect in treelist? I'm trying to implement some custom drag and drop behavior and the drag event for selection is intercepting some of the drag events. Would there be a way to intercept this in the main widget class?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 20 Sep 2017, 08:22 AM
Hello Matthew,

Which is the referred MultiSelect in the TreeList as the widget does not contain MultiSelect inside of it? If this is the multiple selection, it can be set to different modes using the selectable property of the TreeList:

http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist#configuration-selectable

As the multiple selection and the Drag and Drop functionalities may rely on the same events, combining them is not recommended and can create unexpected issues.

If my assumption was not correct could you please share more details for the implementation and the desired result?

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
TreeList
Asked by
Matthew
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or