高级数据网格
谁能给我提供一个如何在 Flex 中使用高级数据网格的示例?
我正在尝试从数据库中获取值并构建层次结构数据。特别是,为高级数据网格构建动态分层数据。
Can anyone provide me with an example of how to use the advanced datagrid in Flex?
I am trying to get the values from a database and construct the hierarchial data. In particular, constructing the dynamic hierarchal data for advanced datagrid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
官方文档中有一些示例: http:// livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_07.html
您可能还对 HierarchicalData 类感兴趣:http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/HierarchicalData。 html
There are some examples in the official documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_07.html
You might also be interested in the HierarchicalData class: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/HierarchicalData.html
您可以尝试
从服务结果获得的结果中形成“dpHierrarchy”,如下所示:
高级数据网格将如下所示
You can try this
Form the "dpHierrarchy" from the result obtained from the service result as given below:
The advanced datagrid will look like this