-
Thanks

Originally Posted by
sencha.user
You can either change your JSON response to return without root or try in DynamciReader.js like,
Code:
readRecords: function(datastr) {
var data = {};
if(datastr.Data){
data = datastr.Data;
}
if (data.length > 0) {
.
.
.
return this.callParent([data]);
}
Hope this will work.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us