如何强制编辑 DataGridComboBoxColumn?
我可以在网格上公开 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是您实际问题的确切答案,但由于问题似乎是需要单击两次,这篇博客文章可能会有所帮助。它包括一个在 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.