Сделал с нуля Грид. Получился. Код:
Ext.onReady(function(){
var myGrid = new Ext.grid.EditorGridPanel({
renderTo: document.body,
columns:[
{header: 'Name', width: 200, sortable: true, dataIndex: 'name_ab'},
{header: 'Color', width: 150, sortable: true, dataIndex: 'color_ab'},
{header: 'Height', width: 150, sortable: true, dataIndex: 'height_ab'},
{header: 'Weight', width: 150, sortable: true, dataIndex: 'weight_ab'}
],
frame: true,
width: 600,
height: 300,
})
})
Но в файрфоксе почему то теперь 2 тулбара грида, а в эксплорере вообще - 0. ??