如何禁用 AdvancedDataGrid 的自动排序
我正在使用 Flex 4、ActionScript 3。
我想禁用自动排序。这意味着我希望仅在用户单击列标题时执行排序,而不是在将新行添加到绑定集合或更改值时执行。
到目前为止,我在网上只找到了这个: http://tomek.me/disable-sort-on-datagrid-edit-更新/ 如果可能的话我想避免这样做。
许多个月前,我找到了一个解决方案,其中涉及使用放置在某处的 event.preventDefault() 。我以为再次找到它不会有问题,但我确实如此。
有人可以帮忙吗?谢谢! Bon :-D
编辑/删除消息
I am using Flex 4, ActionScript 3.
I want to disable auto-sort. Meaning I want the sort to be executed only when the user clicks the column header, not when new rows are added to the binded collection or when values are changed.
So far, I've found only this on the Internet:
http://tomek.me/disable-sort-on-datagrid-edit-update/
I'd like to avoid doing that if possible.
Many months ago, I found a solution that involved using event.preventDefault() placed somewhere. I thought I wouldn't have a problem finding it again, but I am.
Can someone please help? Thanks!
Bon :-D
Edit/Delete Message
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前多次遇到过这个问题,得到的结果与你得到的结果是 NULL 相同。
这是根本不可能的,如果可能的话请更改 mx:internal 否则没有解决方案。
祝你今天过得愉快..
I have face that problem many times before and get the same result as you get is NULL.
It in not possible at all and if possible please change in mx:internal otherwise there is no solution for that.
Have a nice day..