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

Kendo ui treeView Drag and Drop problem

2 Answers 167 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Radouane
Top achievements
Rank 1
Radouane asked on 07 Jun 2017, 09:56 AM

I'm using Kendo UI TreeView and I enabled the dragAndDrop option. When I perform a drag and drop, the node is well moved by in the text I have :

function ( value ) { return access( this, function( value ) { return value === undefined ? jQuery.text( this ) : this.empty().each( function() { if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { this.textContent = value; } } ); }, null, value,

 

See the images of the error in stackoverflow 

 

2 Answers, 1 is accepted

Sort by
0
Radouane
Top achievements
Rank 1
answered on 08 Jun 2017, 12:28 PM
Is there any one who can help me please ? I'll struggling with that one !
0
Dimitar
Telerik team
answered on 08 Jun 2017, 12:52 PM
Hello Radouane,

I noticed that in your stackoverflow thread, you mentioned that you are using the TreeView widget in an Angular 2 app. Can you confirm this?

If this is the case, keep in mind that the Kendo UI Professional (or Kendo UI for jQuery) integration with Angular 2 is not officially supported as stated in the following article: There is a separate Kendo UI suite for Angular 2, which is build on top of the Angular 2 Framework and provides a fresh native implementation of the widgets. 

Currently, the TreeView component is not yet implemented, but it is considered as a long-term goal which is yet to be explored. You can find more information in the Roadmap for Kendo UI for Angular.

In case you are using the jQuery suite in a non Angular 2 scenario, may I ask you to provide an isolated working example in the Dojo sandbox, so that we can pin down the issue and provide you with further assistance? 

I am looking forward to hearing from you.

Regards,
Dimitar
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
TreeView
Asked by
Radouane
Top achievements
Rank 1
Answers by
Radouane
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or