请叫我琦哥哥i 2016-05-24 08:19 采纳率: 33.3%
浏览 1804
已采纳

MVC EasyuiDatagrid多条件查询,怎么把数据传到后台

前台数据分页绑定,都已经做好了,想做个查询,多条件的,怎么点查询,把数据传到后台,后台处理后返回数据,前台怎么再绑定

  • 写回答

2条回答 默认 最新

  • 斯洛文尼亚旅游 2016-05-24 08:38
    关注
     load   param   Load and show the first page rows. If the 'param' is specified, it will replace with the queryParams property. Usually do a query by passing some parameters, this method can be called to load new data from server.
    
    $('#dg').datagrid('load',{
        code: '01',
        name: 'name01'
    });
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?