高级 DataGrid 与 DataGrid

发布于 2024-08-15 05:38:34 字数 45 浏览 6 评论 0 原文

任何人都可以解释高级 DataGrid 和 DataGrid 之间的区别吗?

Can any one explain the difference between Advanced DataGrid and DataGrid?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

楠木可依 2024-08-22 05:38:34

一方面,除了普通 DataGrid 中的普通列之外,AdvancedDataGrid 还允许您拥有导航树控件。也就是说,它可以显示分层数据。这是个人使用它的主要原因。

此外,您可以将列分组在一起,以便在单个列标题下有多个列。

请参阅文档API 了解更多信息。

For one thing, the AdvancedDataGrid allows you to have a navigation tree control in addition to the normal columns you get in a plain DataGrid. That is, it can display hierarchical data. That is the main reason personally use it for.

Also, you can group columns under each other so you have multiple columns under a single column heading.

See the documentation and API for more info.

相守太难 2024-08-22 05:38:34

DataGrid 是显示数据的好方法。 AdvanceDataGrid 是一个让自己头疼的好方法。

DataGrid great way to show data. AdvanceDataGrid great way to give yourself a headache.

等风来 2024-08-22 05:38:34
  1. 使用 ADG,您可以根据某些分组标准对数据进行分组,但是
    有了 DG,你就做不到。 ADG 中还有分组列和分组项渲染器的概念。
  2. 使用 ADG,您可以显示分层数据。
  3. ADG 提供了 DG 所没有的多列排序。
  1. With ADG you can group the data based on some grouping criteria but
    with DG you can't. Also there is concept of Grouped Columns and Grouped item renderers in ADG
  2. With ADG you can display the hierarchical data.
  3. ADG provides a multicolumn sorting which DG doesn't.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文