From 53c49f17dc421cfae009485a21e62f4d157abe2d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:43:55 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index ad8b0b6..9991cd2 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -50,8 +50,6 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ grid : { xtype: 'Grid', xns: Roo.grid, - autoExpandColumn : 'name', - loadMask : true, listeners : { render : function() { @@ -69,6 +67,9 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ }); } }, + autoExpandColumn : 'name', + loadMask : true, + ddGroup : '', dataSource : { xtype: 'Store', xns: Roo.data, -- 2.39.2