随笔分类 -  kendo 语法

kendo 语法
摘要:var gridDataSource = $(gridID).data("kendoGrid").dataSource 第一种: filterDatas=[] //参数集合 gridDataSource.query({ filter: filterDatas, sort: sorts, page: 阅读全文
posted @ 2018-09-11 09:45 飞刀软件 阅读(2317) 评论(0) 推荐(0)
摘要:取消选中使用clearSelection()函数,案例如下: var selectIndex = 0; $(function () { $("#ComplaintRegistrationListGrid").on('click', '.k-selectable tr', function () { 阅读全文
posted @ 2018-04-10 14:55 飞刀软件 阅读(463) 评论(0) 推荐(0)
摘要:案例: cols.Bound(m => m.Name).TextAlignCenter().Sortable(false).Format("{0: yyyy-MM-dd HH:mm}"); 阅读全文
posted @ 2018-04-02 10:03 飞刀软件 阅读(404) 评论(0) 推荐(0)