var grid = new Ext.grid.GridPanel({ store: store, height: 100, width: 200, columns: [{ header: 'values', dataIndex: 'values'}] });