动态刷新页面中easyui datagrid的数据 50
通过一般处理程序“GetJSON.ashx”去获取数据,如下$('#dg').datagrid('options').url="GetJSON.ashx?type="+t...
通过一般处理程序“GetJSON.ashx”去获取数据, 如下
$('#dg').datagrid('options').url = "GetJSON.ashx?type=" + type;
$('#dg').datagrid('reload');
调试的时候在GetJSON.ashx.cs加上断点可以正常显示,去掉断点就不显示数据,求高手指点。
已解决,$('#dg').datagrid({ url: "GetJSON.ashx", queryParams: { type: type}, method: "post" });
参考http://zhidao.baidu.com/question/327436105.html?fr=push 展开
$('#dg').datagrid('options').url = "GetJSON.ashx?type=" + type;
$('#dg').datagrid('reload');
调试的时候在GetJSON.ashx.cs加上断点可以正常显示,去掉断点就不显示数据,求高手指点。
已解决,$('#dg').datagrid({ url: "GetJSON.ashx", queryParams: { type: type}, method: "post" });
参考http://zhidao.baidu.com/question/327436105.html?fr=push 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询