码迷,mamicode.com
首页 >  
搜索关键字:grid treegrid checkb    ( 4318个结果
DevExpress gridView列标题右键菜单管理
1.添加PopupMenuShowing事件2.PopupMenuShowing事件中的代码如下:private void gridView1_PopupMenuShowing(object sender, DevExpress.XtraGrid.Views.Grid.PopupMenuShowin...
分类:其他好文   时间:2014-08-01 18:36:53    阅读次数:468
DevExpress Grid控件经典常用功能代码收集
随着DevExpress 控件包越来越多的被中国用户使用,由于是英文版本,看英文版使用说明非常困难,慧都控件网在DevExpress 控件包使用方面有多年的研究,慧都控件网会不断的把DevExpress 使用经验分享给大家。»更多DevExpress开发资源与帮助文档下面是我们平时收集最常用的Dev...
分类:其他好文   时间:2014-08-01 04:41:01    阅读次数:296
DevExpress XtraGrid数据绑定:添加非绑定列
在本示例中,假设XtraGrid网格已被绑定到NWIND数据库的[Order Details]表中。grid 网格中包含 "Quantity", "UnitPrice" 和 "Discount" 列,并且这几列已被绑定到数据库表的相应字段中。下面的例子主要演示如何为gird网格添加一个非绑定列,从而...
分类:其他好文   时间:2014-08-01 04:38:21    阅读次数:223
DevExpress XtraGrid网格控件示例四:初始化新建行的单元格
下面的代码显示了如何利用ColumnView.InitNewRow事件初始化新创建行的PurchaseDate字段:C#1 using DevExpress.XtraGrid.Views.Grid;2 private void gridView1_InitNewRow(object sender, ...
分类:其他好文   时间:2014-08-01 04:36:33    阅读次数:232
DevExpress XtraGrid网格控件示例六:自定义合并单元格
假设 "Order Date" 列中包含日期/时间值。如果视图的GridOptionsView.AllowCellMerge选项设置为true,若相邻两个单元格值是日期/时间值的话,这两个相邻单元格便会合并。下面的代码介绍了如何合并例单元格的日期部分,要覆盖默认的单元格合并机制,需要处理一下Grid...
分类:其他好文   时间:2014-08-01 04:32:31    阅读次数:254
Word Search leetcode java
题目:Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "ad....
分类:编程语言   时间:2014-08-01 02:20:41    阅读次数:236
Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or vertically neighboring. The same letter cell may not be used more th...
分类:其他好文   时间:2014-07-31 17:16:57    阅读次数:221
EasyUI删除功能
EasyUI中的删除很简单,一般直接复制粘贴就行。 下面是对树节点的删除。 //?删除 function?removes()?{ ????var?rows?=?ruletreegrid.treegrid(‘getSelections‘); ????if?(rows?&&?rows.length...
分类:其他好文   时间:2014-07-31 13:47:26    阅读次数:154
[ACM] hdu 4405 Aeroplane chess (概率DP)
Aeroplane chess Problem Description Hzz loves aeroplane chess very much. The chess map contains N+1 grids labeled from 0 to N. Hzz starts at grid 0. For each step he throws a dice(a dice hav...
分类:其他好文   时间:2014-07-31 09:49:57    阅读次数:208
POJ--2158--------------Milking Grid(最小覆盖字符矩阵)---(开二维kmp)
Milking GridTime Limit:3000MSMemory Limit:65536KTotal Submissions:6169Accepted:2573DescriptionEvery morning when they are milked, the Farmer John's co...
分类:其他好文   时间:2014-07-31 09:38:36    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!