问题标签 [kendo-ui-grid]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc - 剑道 mvc 网格打印
我正在使用带有 Kendo UI 的 ASP.NET MVC。我想将网格导出到 HTML 页面并打印出来。在线帮助不可用。你以前做过什么。提前致谢。
kendo-ui-mvc - Use of Kendo UI Grid & Window Very high CPU Usage
I have a simple app that is a set of Kendo UI windows containing datagrids. As soon as its running, its a huge strain on the system and visual grinds to a halt.
Its Chrome that is having the issues regardless of the project running or not, if those pages are loaded and just doing nothing other than sitting there in the browser, the computer is extremely slow
Wondering if anyone had similar issues, how to troubleshoot / resolve.
Some sample grid code
kendo-ui - KendoUI Grid Master 和 Detail 按钮错误
如果您对主行按钮和详细信息行按钮使用相同的名称,您会收到这些按钮的双击事件。我认为 kendo ui 将事件与“k-grid-{Your Button Name}”类属性绑定。不要在主行和详细行中使用相同的按钮名称。
kendo-ui - 使用 Guid 数据类型时,KendUI Grid 外键字段为空
我已经实施了一个KendoUI Grid
.
这Grid
是View
.
这是ExampeItem
模型:
在我的Controller
我设置外键项目是这样的:
但是加载Parent
时该列是空的。Grid
这是因为我使用 aGuid
作为 Id 的数据类型。
所以我将视图更改Model
为:
现在一切正常。所以问题是:
为什么不Kendo UI Grid
喜欢Guid
外键字段的数据类型?有没有办法解决这个问题?
我什至尝试使用 a string
,但也没有用。
是否可能需要安装其他库,以便 UI 组件与Guid
s 更好地配合使用?
我需要 Id 的类型Guid
,因为记录可以迁移到不同的服务器,并且 ids 需要是唯一的。
javascript - 如何获取剑道网格特定列的所有值?
我有 4 列的剑道网格
[mac,level,timestamp,message]
。我需要将timestamp
列下的所有值存储在一个数组中。我试过但找不到任何方法来遍历特定列。知道如何使用 java 脚本来做到这一点吗?
kendo-ui - 在 KendoUI TreeList 上创建只读行
我正在制作一个 KendoUI TreeList 表,我需要一些行是只读的。
由于默认情况下该选项不存在,我正在尝试按照本教程执行此操作,该教程在KendoGrid 上效果很好,但不适用于我的树形列表。
我正在定义一个模板,该模板仅为我标记为“只读”的行创建一个编辑按钮。
按钮出现了,但是当我点击它时什么也没有发生……有人知道为什么吗?
这是我制作的示例:http: //dojo.telerik.com/EXupO/2
感谢您的帮助!
javascript - 如何将 Kendo Grid ClientTemplate 值获取到 Javascript
请在下面找到我的剑道网格
我正在尝试调用下面提到的 JavaScript
JavaScript中提到的方法在哪里
我想要的只是获取AudioFile
方法中字符串参数的值GetEcbaudioPlay
。我怎样才能获得该方法的价值?请任何人都可以帮助我。或者有没有其他方法可以做到这一点。
谢谢希亚姆
asp.net-mvc - Kendo UI MVC Grid Date 未显示
在调试时,我可以看到日期字段在重新调整的 JSON 中有日期值,但日期没有显示在网格中。请建议我修复。
kendo-ui - Kendo UI Grid:从 HTML 表初始化时隐藏列?
从 HTML 表初始化,如何指定要隐藏的列?我需要访问 JS 中该列的数据,但不想让最终用户看到该数据。
http://demos.telerik.com/kendo-ui/grid/from-table
我尝试在 th 标签上使用属性: data-hidden="true" (数据字段也在 th 标签上,就像在演示中一样),但它不起作用。
请注意,如果可能的话,我希望能够将隐藏选项指定为 html 属性。