ext jsonstore 获取不到数据 这是什么原因?
varstore=newExt.data.JsonStore({url:'Handler.ashx?count=10',autoLoad:true,totalProper...
var store=new Ext.data.JsonStore({
url:'Handler.ashx?count=10',
autoLoad:true,
totalProperty: 'total',
root:'rows',
fields:['ringname','uploadtime','username']
})
store.load();
alert(store.getCount());
var grid = new Ext.grid.GridPanel({
height: 200,
width: 450,
renderTo: 'grid',
store: store,
columns: [{id:'ringname',header: "ringname", width: 150, sortable: true, dataIndex: 'ringname'},
{header: "ringsize", width: 150, sortable: true, dataIndex: 'ringsize'},
{header: "username", width: 140, sortable: true, dataIndex: 'username'}]
});
ashx中得到json数据位什么store中没有呢? 展开
url:'Handler.ashx?count=10',
autoLoad:true,
totalProperty: 'total',
root:'rows',
fields:['ringname','uploadtime','username']
})
store.load();
alert(store.getCount());
var grid = new Ext.grid.GridPanel({
height: 200,
width: 450,
renderTo: 'grid',
store: store,
columns: [{id:'ringname',header: "ringname", width: 150, sortable: true, dataIndex: 'ringname'},
{header: "ringsize", width: 150, sortable: true, dataIndex: 'ringsize'},
{header: "username", width: 140, sortable: true, dataIndex: 'username'}]
});
ashx中得到json数据位什么store中没有呢? 展开
若以下回答无法解决问题,邀请你更新回答
2个回答
展开全部
再检查一下你写得有没有错,我曾经也遇到了这样的问题,后来检查了很久才发现是缺少了符号导致的。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把你服务端的输出数据也贴出来看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询