如何禁用 AdvancedDataGrid 的自动排序

发布于 2024-12-21 14:06:44 字数 399 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深已缘浅 2024-12-28 14:06:44

我以前多次遇到过这个问题,得到的结果与你得到的结果是 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..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文