不萌的松鼠 2017-06-14 09:13 采纳率: 0%
浏览 1035

gridpanel 加载后台已经返回回来的json 不成功的问题

Ext.Ajax.request({
method: 'POST',
url: 'Handler1.ashx',
params: { cla1: Ext.getCmp("combo1").getRawValue(), pro1: Ext.getCmp("combo2").getRawValue(), grade1: Ext.getCmp("text1_score").getValue() },
success: function (response, options) {
alert(response.responseText);//这个地方时能返回json数据的。
store00.loadData([response.responseText]);
store00.load;
执行完这个后gridpanel里面只有表格没有数据 是loaddata的问题吗

  • 写回答

1条回答 默认 最新

  • devmiao 2017-06-14 16:13
    关注
    评论

报告相同问题?