or

var grid = $("#PlanCut").data("kendoGrid");grid.table.kendoDraggable({ filter: "tbody > tr:not(.k-grid-edit-row)", group: "gridGroup", container: $("#PlanCut tbody"), axis: "y", hint: function(e) {...grid.table.kendoDropTarget({ group: "gridGroup", drop: function (e) {...<div id="chart"></div><script>$("#chart").kendoChart({ seriesDefaults: { width: 1 }, series: [ { type: "line", line: { width: 1 }, markers: { visible: true, size: 3 }, data: [1, 2, 3, 2, 4, 6, 2, 5, 1, 4, 1, 3, 4, 4, 2, 5, 6, 4, 3, 4, 2, 2, 4, 5, 6, 2, 3, 0, 1] }], categoryAxis: { justified: true, majorGridLines: { visible: true, step: 8 }, minorGridLines: { visible: true, step: 2 }, majorTicks: { step: 8, color: "#ff0000", size: 10, width: 2 }, minorTicks: { visible: true, step: 2, color: "#ff00ff", size: 5 } }});</script>