Posted 14 Sep 2012 Link to this post
<
script
>
$(function () {
var serviceRoot = "http://localhost:12181";
var homogeneous = new kendo.data.HierarchicalDataSource({
transport: {
read: {
url: serviceRoot + "/api/Group",
dataType: "json"
}
},
schema: {
model: {
id: "Id",
hasChildren: "hasChildren"
});
$("#treeview").kendoTreeView({
dragAndDrop: true,
dataSource: homogeneous,
dataTextField: "Name"
</
div
id
=
"treeview"
></
Support for drag&drop operations within a remote datasource has been introduced officially in the service pack which was released today. It is not supported in the 2012.2.710 version.
Posted 17 Sep 2012 Link to this post
The service pack is available for customers with an active subscription.