码迷,mamicode.com
首页 >  
搜索关键字:kendo grid    ( 4294个结果
[leetcode]Unique Paths
问题描述: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to r...
分类:其他好文   时间:2014-11-07 11:24:26    阅读次数:160
cxgrid GridMode 等于 True 时的一些问题。
When using grid mode, the data controller loads a fixed number of dataset records into memory. The number of records to be loaded depends on the GridM...
分类:其他好文   时间:2014-11-06 19:35:30    阅读次数:212
POJ 3076 数独(DLX算法)
SudokuTime Limit:10000MSMemory Limit:65536KTotal Submissions:4439Accepted:2160DescriptionA Sudoku grid is a 16x16 grid of cells grouped in sixteen 4x4...
分类:编程语言   时间:2014-11-06 12:31:51    阅读次数:495
一起学习KenDo Mobile之一 建立一个简单的移动APP
开发KenDo Mobile的开发工具只要求支持文本编辑即可,当然我自己用VS2013,大材小用。移动应用程序开发不同于桌面应用程序开发,前者需要在移动设备上部署,后者使用台式电脑测试和调试应用程序。移动开发和测试并非易事,用KenDo Mobile在测试和调试的移动应用程序可考虑安装模拟器Ripp...
分类:移动开发   时间:2014-11-06 09:16:13    阅读次数:224
Net文章汇总帖
DevExpress:Data Grid ExamplesHow to: Initialize Cells in Newly Created RowsHow to: Set a Cell Value When Another Column Value is ChangedCodeProject:Ad...
分类:Web程序   时间:2014-11-06 09:15:48    阅读次数:167
[leetcode]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 ver...
分类:其他好文   时间:2014-11-05 23:16:53    阅读次数:262
当GridPanel添加新的条目的时候,第一个可编辑Cell自动Focus
Ext版本:4.2需求描述:系统中有大量的可编辑列表,用户可以动态的添加条目。每当添加条目的时候,新添加的条目的第一个可编辑单元格,自动获取焦点。如下图所示:第一思路,就是监听GridPanel的add事件,一旦Grid添加条目就触发Focus事件。查看API发现,Grid根本就没有监听Sto..
分类:其他好文   时间:2014-11-05 17:29:41    阅读次数:179
聚类分析之K-meas算法
K-means算法 一般情况,聚类算法可以划分为以下几类:划分方法(partitioning method)、层次方法(hierarchical methods)、基于密度的方法(density-based methods)、基于网格的方法(grid-based methods)、基于模型的方法(model-based methods).k-means算法属于划分方法中的一种。 K-me...
分类:编程语言   时间:2014-11-05 13:05:07    阅读次数:307
扩展ToolBarManager、ListView和Grid控件以实现气球式的ToolTip
原文:扩展ToolBarManager、ListView和Grid控件以实现气球式的ToolTipinfragistics是全球领先的UI工具和用户体验的专家,Infragistics开发了一系列的炫目的Windows、Web、WPF和Silverlight控件,相信很多人在使用它们。我们现在的项目...
分类:其他好文   时间:2014-11-05 00:05:15    阅读次数:470
LeetCode:Unique Paths
题目描述: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to...
分类:其他好文   时间:2014-11-04 17:30:56    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!