jQuery MiniUI

标题: datagrid 查询问题 [打印本页]

作者: smseo    时间: 2014-1-14 14:03:14     标题: datagrid 查询问题

本帖最后由 smseo 于 2014-1-14 14:04 编辑

datagrid 查询问题

  1. function search() {            
  2.                 var key = mini.get("key").getValue();         
  3.                         $.ajax({               
  4.                         url: "<{spUrl c=user a=seach}>",               
  5.                         data: { data: key },               
  6.                         type: "post",               
  7.                 success: function (text) {                        
  8.                         grid.reload();
  9.                         ///=========text====查询出来 是JSON格式
  10.                         },               
  11.                 error: function (jqXHR, textStatus, errorThrown) {                    
  12.                         alert(jqXHR.responseText);               
  13.                         }           
  14.                         });
  15.             
  16.                  }
复制代码


像这样 用AJAX  查询的数据 加载不到 datagrid里啊??


作者: factory    时间: 2014-1-14 14:06:14

你查询出来的数据,你总得设置给表格啊...

grid.setData(data) data是数组




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2