如何获取 wpf Datagrid 中 DataGridTemplateColumn 内 Combox 的 SelectedValue?

发布于 2024-10-16 07:57:02 字数 80 浏览 2 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2024-10-23 07:57:02

这不是一个很好的方法,因为您无法直接访问行或从选择中可视化它们的控件。我建议您使用事件来表示应该提交更改或类似的事情。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文