2012-03-22 8 views

答えて

2

グリッドビューには、設定できるloadMask設定があります。

Ext.create("Ext.grid.Panel", { 
    // some config options here... 
    viewConfig: { 
     // Setting this false should disable the automatic load masking 
     loadMask: false 
    } 
}); 
関連する問題