- 浏览: 28296 次
- 性别:
- 来自: 上海
最新评论
-
kf53916:
我随便点了几下,就看到页面变形了,还没有在IE下面,而是在Ch ...
KendoUI 官方示例之 Grid / Multi-column headers -
kendoui:
houyujiangjun 写道就这么来javaEye 打广告 ...
KendoUI 官方示例之 Grid / Multi-column headers -
kendoui:
kf53916 写道Bug还真不少啊!Bug 感觉还好啊,不多 ...
KendoUI 官方示例之 Grid / Multi-column headers -
kf53916:
Bug还真不少啊!
KendoUI 官方示例之 Grid / Multi-column headers -
houyujiangjun:
就这么来javaEye 打广告?
KendoUI 官方示例之 Grid / Multi-column headers
文章列表
详细示例进入:http://kendoui.io/examples/grid/editing-popup.html
KendoUI中文网: http://www.kendoui.io
详细示例进入:http://kendoui.io/examples/grid/editing-inline.html
KendoUI中文网:http://www.kendoui.io
详细示例进入:http://kendoui.io/examples/grid/editing.html
KendoUI中文网: http://www.kendoui.io
详细示例进入:http://kendoui.io/examples/grid/remote-data-binding.html
KendoUI中文网:http://www.kendoui.io
各位KendoUI的爱好者有福了,kendoui.io 全面改版,由过去的社区改为为国内开发者提供最新最全的KendoUI官方文档、官方示例的国内镜像,实际使用案例、KendoUI专业试用版下载地址。
什么是KendoUI?
答: KendoUI Telerik公司 ...
本示例展示Grid绑定本地Json数据进行展示。
效果展示
HTML参考代码
Products.js 代码参考:
var products = [{
ProductID : 1,
ProductName : "Chai",
SupplierID : 1,
CategoryID : 1,
QuantityPerUnit : "10 boxes x 20 bags",
UnitPrice : 18.0000,
UnitsInStock : ...
效果展示 (效果截图采用最新 Material 主题)
参考代码
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="styles/kendo.common.min.css" />
<script src="js/jquery.min.js"></script>
<scr ...