码迷,mamicode.com
首页 >  
搜索关键字:kendo grid    ( 4294个结果
WPF学习笔记4——Layout之2
下面简单介绍常见的面板。 一、Grid 1.Grid关于调整行列距离有三种方法:绝对大小,自动大小,比例大小。如下: 2.LayoutRounding。像素细节问题,可忽略。如果呈现和布局应使用舍入到整像素,则为 true;否则为 false。用例: 3.跨行与跨列:RowSpan和ColSpan。...
分类:其他好文   时间:2014-07-25 14:16:01    阅读次数:233
[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 po...
分类:其他好文   时间:2014-07-25 10:54:31    阅读次数:229
override Ext.grid.plugin.RowExpander的方法不起作用
Ext版本4.2覆盖方法:Ext.override(Ext.grid.plugin.RowExpander,{ setCmp:function(grid){ varme=this, rowBodyTpl, features; console.log(‘我是盖子。。‘); me.callParent(arguments); me.recordsExpanded={}; me.rowBodyTpl=Ext.XTemplate.getTpl(me,‘rowBodyTpl‘); rowB..
分类:其他好文   时间:2014-07-24 23:55:54    阅读次数:630
leetcode-Word Search
Word Search  Total Accepted: 11535 Total Submissions: 58659My Submissions Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of seq...
分类:其他好文   时间:2014-07-24 23:04:13    阅读次数:252
Kinect 开发 —— 骨骼数据与彩色影像和深度影像的对齐
在显示彩色影像和深度影像时最好使用WriteableBitmap对象; 要想将骨骼数据影像和深度影像,或者彩色影像叠加到一起,首先要确定深度影像的分辨率和大小,为了方便,这里将深度影像数据和彩色影像数据都采用640x480Fps30的格式,同时将Grid的大小也设置为640*480。 要将骨骼数据和...
分类:其他好文   时间:2014-07-23 22:13:47    阅读次数:427
(三)关于kendo IU表单form各类控件的数据绑定
kendo IU表单form各类控件的数据绑定
分类:其他好文   时间:2014-07-23 20:45:45    阅读次数:297
(五) kendo UI view除表单外的常用组件
kendo UI view除表单外的常用组件
分类:其他好文   时间:2014-07-23 20:41:35    阅读次数:285
(四) kendo UI 模板控件template使用与注意事项
kendo UI 模板控件template使用与注意事项
分类:其他好文   时间:2014-07-23 20:39:25    阅读次数:382
(二) kendo UI 远程数据组织服务器端与客户端
kendo UI 远程数据组织
分类:其他好文   时间:2014-07-23 16:19:51    阅读次数:297
(一) kendo UI 数据绑定种类小结
====================autocomplete自动完成绑定 === === === $("#autocomplete").kendoAutoComplete(["Apples", "Oranges", "Grapes"]);获取引用对象var autocomplet...
分类:其他好文   时间:2014-07-23 15:39:09    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!