GridView devexpress ENTER 下去
我怎样才能实现当用户在编辑选择后按回车键时转到下面的行(同一列)而不是下一列的同一行
感谢帮助的行为
How can I achieve behaviour that when user hits enter after editing selection goes to the row below (the same column) not the same row next column
thanks for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此行为是设计的。但是您可以编写您的实现,例如,
您可以在此处查看 还可以了解更多。
This behavior is by design. But you can write your on implementation like,
You can check here also for more.
查看键盘导航功能。
Check out the keyboard navigation feature.
我知道这是一个很晚的答案,但我也遇到了这个问题。 ,正如 Devexpress 开发人员所说 您应该处理 GridControl.ProcessGridKey 事件:
I know this is a very late answer but I had this problem too. , As Devexpress Developers say You should handle the GridControl.ProcessGridKey event: