如何强制编辑 DataGridComboBoxColumn?

发布于 2024-09-05 20:48:43 字数 102 浏览 6 评论 0原文

我可以在网格上公开 DataGridComboBoxColumn,但用户必须单击它两次才能显示其下拉列表(第一次是获得焦点并进入编辑模式)。

如何以编程方式强制显示下拉列表?

I can expose a DataGridComboBoxColumn on a grid, but the user must click it twice to show its drop-down list (the first is to gain focus and enter in edit-mode).

How can I force programatically to show the drop-down list?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

和影子一齐双人舞 2024-09-12 20:48:43

不是您实际问题的确切答案,但由于问题似乎是需要单击两次,这篇博客文章可能会有所帮助。它包括一个在 DataGrid 中启用单击编辑的示例。

Not the exact answer to your actual question, but since the issue seems to be the need to click twice, this blog post might help. It includes a sample to enable Single-click Editing in a DataGrid.

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