如何获取 wpf Datagrid 中 DataGridTemplateColumn 内 Combox 的 SelectedValue?
我有一个 DataGridTemplate 列,里面有一个组合框。当他们单击 DataGrid 旁边的保存按钮时,我想获取特定行中组合框的选定值。
I have am DataGridTemplate Column with an Combox inside it.I want to get the selected value of an combox in an particular row when they cllick on the save button oputside the DataGrid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是一个很好的方法,因为您无法直接访问行或从选择中可视化它们的控件。我建议您使用事件来表示应该提交更改或类似的事情。
That is not a very good approach since you cannot directly access rows or the controls that visualize them from the selection. I'd suggest you use events to signal that changes should be committed or something similar to that.