Grid Panel Scrollbars in Extjs 4 not working
问题 var gusersPanel = Ext.create('Ext.grid.Panel', { flex:1, columns: [{ header: 'User Login', dataIndex: 'user_login', width:150 },{ header: 'User Name', dataIndex: 'user_nicename', width:150 },{ header:'Privledge', dataIndex:'admin', width:150 }], autoScroll: true, layout:'fit', selModel: gusersSel, store: gusersStore }) Hi I am using above code for the grid Panel in Extjs4.0.2a When I populate data dynamically in the store the scrollbars are not working . I have also tried using doLayout() for