摘要: 错误截图 原因分析: 1.datagrid里使用时json格式要求有total和rows。 2.datagrid只能显示controller返回来的json对象。 错误代码: Controller中Action返回给datagird的数据,将DataGrid对象转换为Json字符串 DataGrid 阅读全文
posted @ 2020-05-17 10:51 YorkShare 阅读(734) 评论(0) 推荐(0) 编辑
摘要: EF分页方法提示出错,错误代码: public List<T> GetPageList<Tkey>(int pageIndex, int pageSize, ref int rowCount, Expression<Func<T, bool>> whereLambda, Expression<Fun 阅读全文
posted @ 2020-05-17 10:32 YorkShare 阅读(629) 评论(0) 推荐(0) 编辑