Pman.Tab.XtuplePriceLists.bjs
authorEdward <edward@roojs.com>
Mon, 27 Jan 2014 08:03:09 +0000 (16:03 +0800)
committerEdward <edward@roojs.com>
Mon, 27 Jan 2014 08:03:09 +0000 (16:03 +0800)
Pman.Tab.XtuplePriceLists.js

Pman.Tab.XtuplePriceLists.bjs
Pman.Tab.XtuplePriceLists.js

index 7c959d5..d619041 100644 (file)
                                     "xtype": "Grid",
                                     "|xns": "Roo.grid",
                                     "items": [
+                                        {
+                                            "|xns": "Roo.grid",
+                                            "xtype": "RowSelectionModel",
+                                            "*prop": "sm"
+                                        },
                                         {
                                             "*prop": "dataSource",
                                             "xtype": "Store",
index 04f1ae3..1064966 100644 (file)
@@ -66,6 +66,10 @@ Pman.Tab.XtuplePriceLists = new Roo.XComponent({
                             },
                             autoExpandColumn : 'ipshead_descrip',
                             loadMask : true,
+                            sm : {
+                                xtype: 'RowSelectionModel',
+                                xns: Roo.grid
+                            },
                             dataSource : {
                                 xtype: 'Store',
                                 xns: Roo.data,