码迷,mamicode.com
首页 >  
搜索关键字:datagrid    ( 1792个结果
datagrid中需要填写长文本,扩展的textarea
$.extend($.fn.datagrid.defaults.editors, {textarea: {//textarea就是你要自定义editor的名称 init: function(container, options){ var me = this; va...
分类:其他好文   时间:2014-10-30 01:34:39    阅读次数:211
jquery easyui鼠标右击显示自定义的菜单
1.datagrid表格中,对某一行鼠标右击,显示出如下的自定义的菜单:在html页面中写: 增加 删除 编辑在js中的表格js中写datagrid的onRowContextMenu属性,如下:onRowContextMenu:function(e,rowIndex,rowData...
分类:Web程序   时间:2014-10-29 16:50:03    阅读次数:269
JQuery dataTable 扩展+Ajax Post,Get一些基本操作(一)
首先, Asp.net MVC 系列暂时没有发现封装好的 类似于web form 的datagrid, 只有一款Jquery 的dataTable , 官网地址http://www.datatables.net, 接下来讲解一下关于自己在项目中对datatable进行扩展的一些实例。(first,A...
分类:Web程序   时间:2014-10-29 14:45:16    阅读次数:165
EasyUi DataGrid 请求Url两次问题
easyui datagrid 1.4 当total为0时,请求两次url问题框架问题:需要在easyui文件后加修补补丁/*** The Patch for jQuery EasyUI 1.4*/(function($){ var plugin = $.fn._size; $.fn._size =...
分类:Web程序   时间:2014-10-28 15:10:11    阅读次数:160
jquery-easyui的datagrid在checkbox多选时,行选中不对应,去除高亮的解决方法
jquery-easyui的datagrid在checkbox多选时,行选中不对应,去除高亮的解决方法 checkOnSelect:false,     onSelect:function(rowIndex, rowData){      $('#datagrid2').datagrid('unselectRow',rowIndex);     },     onCheckAll:function(rows){      $('#datagrid2').datagrid('unse...
分类:Web程序   时间:2014-10-28 00:49:45    阅读次数:397
EasyUI使用DataGrid向服务器传参
由于DataGrid自带有Post方式,使用Url可以向指定的地址Post数据,所以从这方面来看和Jquery的Ajax非常像(我想应该就是使用的Ajax,不过没有深入研究过Easyui的源代码)。但是区别于Ajax,DataGrid的参数不是使用Data属性(Data属性中的数据是显示在表格中的)...
分类:其他好文   时间:2014-10-27 21:14:56    阅读次数:190
EasyUI中DataGrid构建复合表头
在使用easyui的DataGrid控件时,构建复合表头就显得非常简单了。只需要在使用columns属性时通过数组的方式编写列名即可。如我们需要构建成一个如下的表头: Columns的代码如下: columns: [[ { field: '_id', title: '行号', fixed: true...
分类:其他好文   时间:2014-10-27 21:12:41    阅读次数:342
EasyUI 在aspx页面显示高度不正常解决办法
这样写的时候,datagrid显示就不是正常的( fit:true ),如图:然后,查看官方文档发现,应该这样写才对:
分类:Web程序   时间:2014-10-27 18:56:20    阅读次数:177
jQuery EasyUI, datagrid, treegrid formatter 参数比较 row index
如题:datagrid中,见官方文档:formatterfunctionThe cell formatter function, take three parameter:value: the field value.rowData: the row record data.rowIndex: th...
分类:Web程序   时间:2014-10-26 00:14:43    阅读次数:245
浅谈datagrid详细操作单元格样式
$('#tt').datagrid({ url: 'datagrid_data2.json', title: 'DataGrid - ContextMenu', width: 700, height: 'auto...
分类:其他好文   时间:2014-10-25 15:49:44    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!