码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
kendo grid 添加序号
columns.Bound(m => m.Id).ClientTemplate("#= getRowNumber() #").Title("序号").Width(80);
分类:其他好文   时间:2015-10-15 12:53:22    阅读次数:198
Problem_15
Lattice pathsProblem_15Starting in the top left corner of a 2×2 grid,and only being able to move to the right and down,there are exactly 6 routes to t...
分类:其他好文   时间:2015-10-14 21:36:48    阅读次数:191
桌面下雪效果
一个简单的下雪效果MainWindow:1.主界面通过DispatcherTimer给Grid生成雪花2.雪花飘落后再讲雪花从Grid容器中移除 public partial class MainWindow { public MainWindow() { ...
分类:其他好文   时间:2015-10-14 17:32:53    阅读次数:222
jQuery MiniUI开发系列之:创建组件对象
jQuery MiniUI可以使用Javascript和Html两种方式来创建对象。1)Javascript创建对象使用JavaScript创建对象,是最基本的方式,有如下几个要点:1)使用new关键字。如: var grid = new mini.DataGrid();2)使用set方法设置属性。...
分类:Web程序   时间:2015-10-14 13:58:36    阅读次数:146
DevExpress GridControl 控件点滴
一、常用控件样式public void setDgv(DevExpress.XtraGrid.Views.Grid.GridView gridView1) { gridView1.OptionsView.ShowColumnHeaders = true; ...
分类:其他好文   时间:2015-10-13 15:12:34    阅读次数:339
hihoCoder #1241 Best Route in a Grid
DescriptionGiven an n*n grid with non-negative integers, you start from the upper left corner (1,1) and can only move right or down.Your task is to fi...
分类:其他好文   时间:2015-10-12 21:01:48    阅读次数:273
magento新闻模块开发(三)
修改Grid Block 在/app/code/local/Xinson/News/Block/Adminhtml/News/Grid.php中添加_prepareMassaction()函数 <?php class?Xinson_News_Block_Adminhtml_News_Grid?extends?Mage_Adminhtml_Block_Widget_G...
分类:其他好文   时间:2015-10-12 15:50:01    阅读次数:164
magento新闻模块开发(二)
Magento提供了强大的Grid Widget使我们能够方便的创建数据表格,现在我们为新闻模块创建后台数据表格。 修改config.xml配置文件,添加admin路由 <config> ????<admin> ????????<routers> ??????...
分类:其他好文   时间:2015-10-12 14:41:41    阅读次数:206
Oracle 11G 单机asm安装
VMwareworkstation上oracle11GASM的安装环境:VMwareWorkstation:9.0.0build-812388OS:RedHatEnterpriseLinuxServerrelease6.3(Santiago)Oracle:11203磁盘50G分别有两块网卡内存1.5GSwap为内存的2倍VMwarevirtualEthernetadapter1192.168.10网段1.IP规划192.168.10.30dg编辑..
分类:数据库   时间:2015-10-12 14:34:11    阅读次数:512
ExtJS中Store数据变化后刷新功能
/*删除操作*/ rmvItem : function(grid, rowIndex, colIndex) { Ext.MessageBox .confirm("提示","确认要删除该代理吗?", function(id) { if (id == "yes") { ...
分类:Web程序   时间:2015-10-12 10:44:24    阅读次数:574
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!