是否有任何 Flex dataGrid 实现具有与 XtraGrid 类似的功能?
我正在寻找一个具有分组、排序、主/详细信息显示等功能的 Flex 数据网格组件。我有一个 C# 应用程序,它使用 XtraGrid 套件来实现所需的数据网格功能。我计划将此应用程序迁移到 Flex。如果没有现成的具有 XtraGrid 功能的 Flex 组件,那么我必须自己创建一个。如果您知道的话请告诉我?
谢谢,
尼尔马尔
I am looking for a Flex datagrid component that has features like grouping, sorting, master/detail display, etc. I am having an application in C# that uses XtraGrid suite to achieve the required datagrid features. I am planning to migrate this application to Flex. If there is no flex component readily available with XtraGrid features, then I have to create one on my own. Please let me know if you know any?
Thanks,
Nirmal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 AdvancedDataGrid 组件吗?
http://livedocs.adobe.com/flex/3/ langref/mx/controls/AdvancedDataGrid.html
这里有一些关于使用它进行分组和总结的建议:
http://blog.flexgeek.in/2007/06/tips-tricks-advanceddatagrid-grouping-summary-rows/
希望这会有所帮助。
Have you looked at the AdvancedDataGrid component?
http://livedocs.adobe.com/flex/3/langref/mx/controls/AdvancedDataGrid.html
There's some suggestions here on using it to group and summarise:
http://blog.flexgeek.in/2007/06/tips-tricks-advanceddatagrid-grouping-summary-rows/
Hope this helps.