To make Ext GridPanel resizeable inside ext window in Ext Js
问题 I have Ext GridPanel inside Ext Window. For making Ext Window Resizeable, I made its property true and it worked fine. But, also want to make grid resizeable. So, for that also I tried with resizeable: true . No Luck! Here, my code for GridPanel new Ext.grid.GridPanel({ height: 295, id: 'productGrid', store: productStore, disableSelection: true, loadMask: true, stripeRows: true, region: 'south', resizeable: true, // not working autoExpandColumn: 'auto-expand', cm: new Ext.grid.ColumnModel({