Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个显示大量数据的剑道网格(版本 2012.3.1114)。
网格垂直滚动并且不分页,因为这是我们的要求。
当用户向下滚动时,网格是否可以保持其标题可见?当您选择“冻结顶行”选项时,我正在寻找类似于 Excel 的行为方式。
定义表体的高度如下
$("#grid").kendoGrid({ dataSource: datasource, pageable : false, height: 300, columns : [ ... ] });
注意:高度是表格主体的高度(以像素为单位)(不包括页眉或页脚)。