examples/grid/viewpanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 08:28:22 +0000 (16:28 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 08:28:22 +0000 (16:28 +0800)
examples/grid/viewpanel.js

index b40f39d..bae297f 100644 (file)
@@ -55,7 +55,6 @@ Roo.onReady(function(){
     var view = Roo.grid.ViewPanel("view", {
         ds: ds,
         cm: cm,
-        selModel: new Roo.grid.RowSelectionModel({singleSelect:true}),
         enableColLock:false,
         loadMask: true
     });