Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 07e65ac..56c9c2d 100644 (file)
@@ -279,7 +279,11 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                         dataIndex : 'name',
                         renderer : function(v) { return String.format('{0}', v); }
                     }
-                ]
+                ],
+                sm : {
+                    xtype: 'RowSelectionModel',
+                    xns: Roo.grid
+                }
             }
         });
         this.layout = this.panel.layout;