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.
我发现以下问题有点棘手,需要您的帮助。
我有一个弹出框,其中包含一个数据网格。此数据网格由 3 列组成,其中之一是组合框。
datagrids itemssource 绑定到一个属性,我想用它来提取在 datagrid 中输入的信息。
问题是,数据网格中的组合框应该动态填充,最好不要使用绑定。所以我想在代码隐藏中使用 C# 将元素添加到组合框。
如何使用 c# 将项目添加到作为数据网格的一部分的组合框?
我自己解决了这个问题。从代码中分配数据绑定/项目源就可以了。当我写这个问题时,我完全忘记了这个选项。不管怎么说,还是要谢谢你!
你可能想看看这个,希望它有帮助
http://social.msdn.microsoft.com/Forums/vstudio/en-US/76ca886f-923b-4696-8cc6-731e5e362683/datagrid-rowunique-combobox?forum=wpf