Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / dd / dnd_grid_to_grid.js
index 0e25ae4..47612b7 100644 (file)
@@ -40,6 +40,7 @@ Ext.onReady(function(){
 
     // declare the source Grid
     var firstGrid = Ext.create('Ext.grid.Panel', {
+        multiSelect: true,
         viewConfig: {
             plugins: {
                 ptype: 'gridviewdragdrop',