AdvancedDataGrid 初始列排序
我有一个 AdvancedDataGrid,其中 mx:HierarchicalData 作为 DataProvider。我需要网格最初在第二列上进行双向排序,但找不到任何方法来指定这一点。即使我在将集合设置到 mx:HierarchicalData 之前对集合进行排序,也只有第一级保持排序,而所有子记录都被随机化。 怎么解决这个问题呢?
I have an AdvancedDataGrid with mx:HierarchicalData as DataProvider. I need the grid to bi sorted on the second column initially but can't find any way to specify this. Even if I sort the collection befor setting it into the mx:HierarchicalData only the first level remains sorted, while all the child records get randomized.
How to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
HierarchicalCollectionView
作为数据提供者并对其进行排序。Use a
HierarchicalCollectionView
as dataprovider and sort it.