Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 6e7d04b..fb932e1 100644 (file)
@@ -304,13 +304,13 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                 sm : {
                     xtype: 'RowSelectionModel',
                     xns: Roo.grid,
-                    singleSelect : true,
                     listeners : {
                         afterselectionchange : function (_self)
                         {
-                        
+                            Pman.Tab.AdminContacts.footer.onClick('first');
                         }
-                    }
+                    },
+                    singleSelect : true
                 }
             }
         });