Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 AdvancedDataGrid 中移动一行以响应外部事件?在这种情况下,我想要一个工具栏按钮,可以向上或向下移动网格中选定的一个或多个项目。我看到的问题是使分层数据源与网格上的项目渲染器和选择数据数组保持同步。
如果您的原始数据源是可绑定的(例如 ArrayCollection),那么当您更改原始数据源时应该更新数据网格。