如题

解决方案 »

  1.   

    问题补充:
    var gdProjects = new Ext.grid.GridPanel({
             enableColumnMove: true,
            store: ds,
            cm: cm,
            stripeRows: true,
            height: 350,
            autowidth: true,
            enableHidMenu: false,
            title: 'Array Grid',
            collapsible: true,
            // config options for stateful behavior
            stateful: true,
            stateId: 'grid'
        });