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.
我有一个包含两列的 Datagrid:CountryName 和 CityName。当用户选择 ContryName 时,与当前行相关的 CityName 组合必须使用 Entity-FrameWork 表中的国家/地区城市名称进行更新。用户还可以编辑他之前添加的所有行。
在 WPF 中实现此功能的最佳解决方案是什么?
将 Datagrid 绑定到 Observable Collection 以反映运行时的更改