Kendogrid“读取”和“绑定”功能 [英] Kendogrid “read” and “binding” functionality

查看:121
本文介绍了Kendogrid“读取”和“绑定”功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对这个kendogrid很新。我正在探索一个包含kendogrid实现的项目。这就是我被卡住的地方。



I am very new to this kendogrid. I am exploring a project that includes the kendogrid implementation. This is line where I got stuck.

$('#tbl').data('kendoGrid').dataSource.read();





我尝试过:





What I have tried:

I know that this line is being used to retrieve/refresh data but I am not understading why this 'kendoGrid' is being passed to data().

推荐答案

' #tbl' )。data(' kendoGrid')。dataSource.read();
('#tbl').data('kendoGrid').dataSource.read();





我尝试过:





What I have tried:

I know that this line is being used to retrieve/refresh data but I am not understading why this 'kendoGrid' is being passed to data().


这是一个Kendo UI通常检索小部件实例。该方法遵循jQuery插件的约定。



方法和事件| Kendo UI入门 [ ^ ]
This is how a Kendo UI widget instance is retrieved in general. The approach follows the convention with regard to jQuery plugins.

Methods and Events | Kendo UI Getting Started[^]


这篇关于Kendogrid“读取”和“绑定”功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆