在 flashbuilder4 中移动 dataGrid 中的单行
是否可以使用“上移/下移”按钮来移动 dataGrid 中的选定行并将其移动到数据库中的不同行?
我在哪里可以获得更多信息或示例,这种类型的操作将被称为什么?
谢谢
Is it possible to have "Move-Up / Move-Down" buttons that can move a selected row in a dataGrid and move it to a different row in the database?
Where can I get more info or an example of this and what would this type of operation be called?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,但是您必须自己实现这些按钮,以及在单击这些按钮时更改 dataProvider 的算法。
我用这些按钮创建了一个列表。我们将其称为DataSorter。
Yes, but you'll have to implement those buttons yourself, along with the algorithm to change your dataProvider as those buttons are clicked.
I created a list with these sort of buttons. We call it a DataSorter.