首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Ajax >

ext 在项目中gridpanel使用时,第一次打开此面板没有关问题第二次打开,或打开其他面板就出有关问题 刷新一上才行

2013-01-02 
ext在项目中gridpanel使用时,第一次打开此面板没问题第二次打开,或打开其他面板就出问题 刷新一下才行本帖

ext 在项目中gridpanel使用时,第一次打开此面板没问题第二次打开,或打开其他面板就出问题 刷新一下才行
本帖最后由 viaco2love 于 2012-04-01 23:58:35 编辑 在项目中gridpanel使用时,第一次打开此面板没问题第二次打开,或打开其他面板就出问题
刷新一下才行

Ext.onReady(function() {
var grid = new Ext.grid.GridPanel({
el : 'BindUserHandle', // 对应页面的<div id="grid"></div>
columns: [
                {
                    xtype: 'gridcolumn',
                    dataIndex: 'string',
                    header: 'String',
                    sortable: true,
                    width: 100
                }
            ],
width : 320,
height : 200
});
grid.render();

});

[解决办法]
出了什么问题?描述下

热点排行