kendo-ui - 是否可以在 kendo-ui 中调整网格及其内容的大小?

标签 kendo-ui kendo-grid

是否可以在kendo-ui中调整网格及其内容的大小?我想将它用于响应式 Web 应用程序。 我的意思是可调整大小的列、行和内部内容(文本、图像等)

最佳答案

只要在最初制作网格时将 resizing 设置为 true,剑道网格列就可以调整大小。

$("#grid").kendoGrid({
                    dataSource: {
                       //datasource stuff
                    },
                    height: 350,
                    sortable: true,
                    resizable: true, <--this is the one to be set to make resizing possible
                    pageable: true,

关于kendo-ui - 是否可以在 kendo-ui 中调整网格及其内容的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14407847/

相关文章:

asp.net-mvc - ASP NET MVC 剑道网格和列名称

javascript - 如何通过 Enter 按键在 kendo ui 网格上触发过滤事件?

javascript - Kendo UI 颜色选择器不显示选择颜色的对话框

mysql - Kendo grid 没有显示正确的时间

python - 在 Python 中解析类似字典的 URL 参数

javascript - 获取所有选中的子项目 Kendo Grid

Angular 2 - Kendo UI Datepicker 默认输入占位符

JavaScript 运行时错误 : "object doesn' t support property or method"in Internet Explorer

kendo-ui - 具有多个详细级别的 Telerik Kendo Grid 的 Excel 导出

kendo-ui - 如何使用以前上传的文件填充剑道上传