or
_draggable: function() {
... filter: ".k-header:not(.k-group-cell,.k-hierarchy-cell)"
...
},var dataSource = newkendo.data.DataSource({ transport: { read: { url: window.stpURL + "/GetClusterStoresTable", dataType: "xml", data: { action: 'fetch', id: function() { return window.selectedFolderNodeID; } } } }, schema: { type: "xml", data: "/TABLE/STORES", model: { fields: fields } }, error: raiseXmlDsErrorWindow});@{ ViewBag.Title = "Home Page";}<script id="contact-template" type="text/x-kendo-template"> <div class="mm-contact"> <span class="mm-title" data-bind="text: Title"></span><br /> <span data-bind="text: FirstName"></span> <span data-bind="text: LastName"></span><br /> Extension: <span data-bind="text: Extension1"></span><br /> mail: <span data-bind="text: Email"></span> </div></script><div id="ProductSales" data-role="view" data-model="vm" data-layout="default" data-title="Product Sales"> <header data-role="header"> <div data-role="navbar">Product Sales</div> </header> <div id='lv' data-role="listview" data-bind="source: productSalesContacts" data-template="contact-template"></div></div><script type="text/javascript"> var Staff = kendo.data.Model.define({ id: "ID", fields: { // data type of the field {Number|String|Boolean|Date} default is String ID: { type: "Numeric", editable: false, nullable: true }, LastName: { type: "String", validation: { required: true } }, FirstName: { type: "String", validation: { required: true } }, Title: { type: "String" }, City: { type: "String" }, State: { type: "String" }, Email: { type: "String" }, Phone1: { type: "String" }, Extension1: { type: "String" }, Sequence: { type: "Numeric", nullable: true } } }); var vm = kendo.observable({ productSalesContacts: new kendo.data.DataSource({ transport: { read: { url: "/Services/Contacts.asmx/ProductSales", dataType: "json", type: "POST", contentType: "application/json; charset=utf-8" }, }, schema: { data: "d", model: Staff } }) });</script>@{ ViewBag.Title = "Home Page";}<script id="contact-template" type="text/x-kendo-template"> <div class="mm-contact"> <span class="mm-title" data-bind="text: Title"></span><br /> <span data-bind="text: FirstName"></span> <span data-bind="text: LastName"></span><br /> Extension: <span data-bind="text: Extension1"></span><br /> mail: <span data-bind="text: Email"></span> </div></script><div id="ProductSales" data-role="view" data-model="vm" data-layout="default" data-title="Product Sales"> <header data-role="header"> <div data-role="navbar">Product Sales</div> </header> <div id='lv' data-role="listview" data-bind="source: productSalesContacts" data-template="contact-template"></div></div><script type="text/javascript"> var Staff = kendo.data.Model.define({ id: "ID", fields: { // data type of the field {Number|String|Boolean|Date} default is String ID: { type: "Numeric", editable: false, nullable: true }, LastName: { type: "String", validation: { required: true } }, FirstName: { type: "String", validation: { required: true } }, Title: { type: "String" }, City: { type: "String" }, State: { type: "String" }, Email: { type: "String" }, Phone1: { type: "String" }, Extension1: { type: "String" }, Sequence: { type: "Numeric", nullable: true } } }); var vm = kendo.observable({ productSalesContacts: new kendo.data.DataSource({ transport: { read: { url: "/Services/Contacts.asmx/ProductSales", dataType: "json", type: "POST", contentType: "application/json; charset=utf-8" }, }, schema: { data: "d", model: Staff } }) });</script>