В твоем примере
proxy: {
type: 'ajax',
url: 'responce.json',
reader: {
type: 'json',
rootProperty: 'data'
//,typeProperty: 'mt'
// the property above helps and, furthermore, could be a
// function returning model names. but I'd like to avoid
// such hacks and use standard API.
}
}
убери комментарий с
,typeProperty: 'mt'
и все работает.. по крайней мере у меня