Выкинь вообще этот ридер
и его друга прокси!
сделай так:
var storage = new Ext.data.JsonStore({
url : 'index.php',
method : 'POST',
root : 'results',
totalProperty : 'totalCount',
successProperty : 'success',
baseParams : {
ajax : 'yes',
action : 'grid'
},
fields: [
{ name : 'id', type : 'int', mapping : 'id' },
{ name : 'name', type : 'string', mapping : 'name' }
]
});