如何以编程方式移动 Flex 3 AdvancedDataGrid 中的项目?

发布于 2024-07-30 07:25:47 字数 124 浏览 4 评论 0原文

有没有办法移动 AdvancedDataGrid 中的行以响应外部事件? 在这种情况下,我想要一个工具栏按钮,用于向上或向下移动网格中选定的一个或多个项目。 我认为问题在于使分层数据源与网格上的项目渲染器和选择数据的数组保持同步。

Is there a way to move a row in an AdvancedDataGrid in response to an external event? In this case, I'd like to have a toolbar button that moves an item or items selected in the grid either up or down. The problem as I see it is keeping the hierarchical data source in sync with the array of item renderers and selection data on the grid.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

习惯成性 2024-08-06 07:25:47

如果您的原始数据源是可绑定的(例如ArrayCollection),那么当您更改原始源时,应该更新数据网格。

If your original data source is bindable (eg. ArrayCollection), then the datagrid should be updated when you change the original source.

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