Flex 3 中的 AdvancedDatagrid 排序
我正在使用 AdvancedDatagrid 提供的内置排序功能。
我有多个列,假设有 10 行。所有 10 行在一列中具有相同的数据。
如果我对该列进行排序,那么它会进行排序,并且其他不同列中的数据也会被排序(重新洗牌)。
我的要求是,如果我对具有相同数据的列进行排序,则不应对其他列中的数据进行排序。
为了更好地理解它,请检查下面提到的链接 http://www.adobesystems。 ca/devnet/flex/quickstarts/using_adg_control.html
在上面提到的链接中,如果单击“区域”列,其他列(例如“领土”或“实际”)将更改值,即行会重新排列。
这种情况不应该发生,因为我们对具有相同值的列进行排序。有谁知道如何在 Flex 3 for AdvancedDataGrid 中处理这个问题。
I am using in-built sort functionality provided by AdvancedDatagrid.
I have multiple columns and suppose I have 10 rows. All 10 rows have the same data in one column.
If I sort on that column, then it sorts and the data in other columns which is different is also being sorted (reshuffled).
My requirement is if I am sorting on a column with same data, it should not sort the data in other columns.
To understand it better, check the link menioned below http://www.adobesystems.ca/devnet/flex/quickstarts/using_adg_control.html
In the above link mentioned, if you click on region column, other columns like territory or actual will change the values i.e. the rows gets reshuffled.
This should not happen as we are sorting on a column which has same values. Does anybody know how this can be handled in Flex 3 for AdvancedDataGrid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为所有列的排序功能以这种方式并不有趣,并且想建议您使用要单独排序的数据创建单独的列/网格,这样您就可以独立于其他列对其进行排序。
你会说什么? :)
I think that sorting function for all columns made not for fun in such way, and want to propose you to create separate column/grid with data you want sort separately, sou you'll able to sort it independently from other columns.
What will you say? :)