selectionModel:{type: 'row'},
dragNodes: function(rd, evt){ var checkNodes = this.SelectRow().getSelection().map(function(obj){ return obj.rowData; }); return (checkNodes.length && checkNodes.indexOf(rd)>-1 )? checkNodes: [ rd ];},