Pman.Tab.AdminCompanies.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:03:57 +0000 (16:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:03:57 +0000 (16:03 +0800)
Pman.Tab.AdminCompanies.js

index 89d24e8..3b44efe 100644 (file)
@@ -73,6 +73,10 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                     _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
                                         _this.grid.footer.onClick('first');
                                     }); 
+                                },
+                                rowclick : function (_self, rowIndex, e)
+                                {
+                                  try { Pman.Tab.Office.paging.onClick('refresh'); } catch(e) {}
                                 }
                             },
                             autoExpandColumn : 'name',