码迷,mamicode.com
首页 >  
搜索关键字:固定列 easyui datagrid    ( 4679个结果
Easyui TreeGrid数据源
一:基础Json数据格式(多层次)--(用children表示子节点的集合) [{ "id":1, "name":"C", "size":"", "date":"02/19/2010", "children":[{ "id":2, "name":"Program Files", "size":"12 ...
分类:其他好文   时间:2020-05-21 14:33:33    阅读次数:49
去除WPF的DataGrid控件中的多余行
一、修改前 二、修改 在xaml中添加: CanUserAddRows="False" 三、修改后 ...
分类:Windows程序   时间:2020-05-18 12:34:04    阅读次数:95
wpf-datagrid/listbox隔行换色
listbox <ListBox AlternationCount="2" > <ListBox.Resources> <Style TargetType="ListBoxItem"> <Style.Triggers> <Trigger Property="ItemsControl.Alternat ...
分类:Windows程序   时间:2020-05-16 20:43:36    阅读次数:96
wpf-DataGrid 分组
C# 数据: namespace _1.DataGridStudy { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { ObservableCollec ...
分类:Windows程序   时间:2020-05-16 12:26:04    阅读次数:80
ssm+easyui+bootstrap+ajax 完成用户的登录和注册
使用ssm+easyui+bootstrap+ajax完成用户的登录和注册界面如下:具体步骤如下:1.编写返回的响应信息的beanpackagecom.edu.bean;importjava.util.HashMap;importjava.util.Map;publicclassMessage{privateIntegercode;//状态码200代表成功500代表失败privateStringm
分类:Web程序   时间:2020-05-16 10:48:37    阅读次数:81
WPF 后台实现按数字键滚动DataGrid 当前选中项
最近遇到个项目,设备上没有鼠标,界面为全屏的一个DataGrid,需要实现按小键盘的0和1让DataGrid的当前选中行进行上下滚动 起到重要参考的是: https://blog.csdn.net/sinat_31608641/article/details/105428496 实现后台滚动到当前选 ...
分类:Windows程序   时间:2020-05-15 18:11:18    阅读次数:95
easyui 文本框添加键盘事件
$('#qqq').textbox({ inputEvents: $.extend({}, $.fn.textbox.defaults.inputEvents, { keyup: function (event) { if (event.keyCode == 13) { alert("qqq"); ...
分类:其他好文   时间:2020-05-15 00:29:28    阅读次数:128
easyui Cannot read property 'options' of undefined
使用easyui窗口:以下是父页面 <html> <head> <title>定时调度管理</title> </head> <body width="100%" height="100%"> <table id="ListTable" title="定时调度管理" style="width: 100 ...
分类:其他好文   时间:2020-05-14 15:15:32    阅读次数:181
EasyUI 导出数据表格 (Export DataGrid)
加載引用 'datagrid-export.js' 文件 <script type="text/javascript" src="datagrid-export.js"></script> 导出数据表格 $('#dg').datagrid('toExcel','dg.xls'); // export ...
分类:其他好文   时间:2020-05-13 12:14:18    阅读次数:389
EasyUI DataGrid Live Demo
Live Demo jQuery EasyUI https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=material teal&dir=ltr&pitem=&sort=asc EasyUI 数据表格的客户端分页(Clie ...
分类:其他好文   时间:2020-05-12 20:34:08    阅读次数:81
4679条   上一页 1 ... 5 6 7 8 9 ... 468 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!