简体   繁体   English

在剑道网格中部分渲染列

[英]Render column partially in Kendo-grid

Is it possible to render grid partially using kendo Grid? 是否可以使用Kendo Grid局部渲染网格? I have a grid with total columns > 200. This makes the rendering of the page really slow even though there's no data yet in the grid. 我有一个列总数大于200的网格。即使网格中还没有数据,这也会导致页面的渲染速度非常慢。

There's not really a way to limit the columns themselves (unlike rows) and generally there isn't really a use-case. 实际上没有办法限制列本身(与行不同),并且通常没有用例。 200 columns for a user are rather overwhelming and unhelpful (no one will ever look at them all). 对于用户而言,200列相当庞大且毫无用处(没有人会看完所有内容)。

The better strategy would be to limit the number of columns, and maybe offer multiple tables/views that may show the same data differently, or allow the user to click on a row to see the full columns of that item and that item alone. 更好的策略是限制列数,并可能提供多个表/视图,这些表/视图可能以不同的方式显示相同的数据,或者允许用户单击一行以查看该项目和该项目的完整列。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM