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.
是否可以在子网格中使用滚动条而不是在新 UI 中进行分页?
不幸的是,不能关闭分页,您可以做的是在子网格设置中设置一个近似的最大行数 - Subgrid Properties > Formatting > Row Layout,这将避免分页,直到最大行数和滚动条不存在。
Subgrid Properties > Formatting > Row Layout
由于存在一些限制和痛点,因此必须进行权衡,例如记录数较少时的空白问题,不同父实体之间波动的子网格记录数使用户错过分页,避免滚动条等。一些问题可以通过以下方式解决用户培训——这就是这样一种情况。
简而言之,没有延迟加载概念——即在以任何OOB 方式滚动时加载下一组分页记录。