高级 DataGrid 与 DataGrid
任何人都可以解释高级 DataGrid 和 DataGrid 之间的区别吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
任何人都可以解释高级 DataGrid 和 DataGrid 之间的区别吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
一方面,除了普通 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.
DataGrid 是显示数据的好方法。 AdvanceDataGrid 是一个让自己头疼的好方法。
DataGrid great way to show data. AdvanceDataGrid great way to give yourself a headache.
有了 DG,你就做不到。 ADG 中还有分组列和分组项渲染器的概念。
with DG you can't. Also there is concept of Grouped Columns and Grouped item renderers in ADG