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

Kendo Drag Drop issues for child grids

2 Answers 81 Views
Drag and Drop
This is a migrated thread and some comments may be shown as answers.
Ratnesh
Top achievements
Rank 1
Ratnesh asked on 23 Mar 2014, 10:09 AM
What i am trying to do is : I am having two having two grid. Upper grid and lower grid.(Both can have child grid when clicked on > button to expand the grid) Upper one from which i want to drag row to lower one. It is working fine for unexpanded rows. However, i am not able to drag and drop rows from child grid of uppar grid into child grid of lower grid. Please check below link for live problem.
http://jsfiddle.net/CpqpH/

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<script type="text/x-kendo-template" id="mydetailstemplate">
<div class="mydetailpane" ></div>
</script>
<script type="text/x-kendo-template" id="mydetailstemplate2">
<div class="mydetailpane2" ></div>
</script>
<div id="SourceGrid"></div>
<div id="DestinationGrid"></div>
<script>
//Check jsfiddle link for more details
</script>
</form>

2 Answers, 1 is accepted

Sort by
0
Ratnesh
Top achievements
Rank 1
answered on 23 Mar 2014, 10:47 AM
Please use below link for more details.

http://jsfiddle.net/KarundeepYadav/4Mupw/2/ 
0
Alexander Valchev
Telerik team
answered on 24 Mar 2014, 02:48 PM
Hello Ratnesh,

I already replied in the support ticket which you have submitted on the same subject. In order to avoid further duplication and unnecessary support overload I kindly ask you to continue our conversation in the support thread.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Drag and Drop
Asked by
Ratnesh
Top achievements
Rank 1
Answers by
Ratnesh
Top achievements
Rank 1
Alexander Valchev
Telerik team
Share this question
or