how to load ajax response in memory in extjs
问题 How to load data in memory in extjs .by using an ajax response.ajax response give an json data. when i try to load into paging grid it doesnt show anything .can any one you idea.its help full to me var itemsPerPage = 10; // set the number of items you want per page // i am creating a store to load data into memory var store = Ext.create('Ext.data.Store', { autoLoad: true, fields:['id','name', 'email'], pageSize: itemsPerPage, // items per page proxy: { type:'memory', enablePaging: true,