kendo ui 总导引图:
http://www.kendoui.io/examples/index.html
kendo datasource parametermap:
https://stackoverflow.com/questions/18695302/kendo-datasource-parameter-map
schema
https://stackoverflow.com/questions/14731949/what-must-my-kendo-datasource-schema-look-like
json数据
http://blog.csdn.net/xiaobingtao/article/details/11252807
kendo datasource 官方API
http://docs.telerik.com/kendo-ui/api/javascript/data/datasource
datasource overview
http://docs.telerik.com/kendo-ui/framework/datasource/overview#datasource-overview
datasource crdu
http://docs.telerik.com/kendo-ui/framework/datasource/crud
datasource basic use:
http://docs.telerik.com/kendo-ui/framework/datasource/basic-usage
kendo css
http://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling
kendo grid
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid
kendo init
$(document).ready(function() {
kendo.init($("#dormitoryExchange"));
}