超网格。按回车键应用过滤器
我使用 devexpress XtraGrid 和自动行功能。在文档中我看到: “您还可以指定是在更改值后立即应用过滤还是仅在最终用户按 ENTER 键时应用过滤。” 我想实现第二种行为,但我没有找到任何属性。 那么我怎样才能实现这种行为呢?谢谢
I use devexpress XtraGrid and auto-row feature. At documentation I see:
"You can also specify whether filtering should be applied immediately after changing a value or only when end-users press the ENTER key."
I would like implement second behaviour, but I don't find any properties for this.
So how can I achieve this behaviour? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 KeyDown 事件处理程序上,使用下面的代码
如果您需要更多帮助,请更具体。 (发布一些代码等)
On KeyDown event handler, use the code below
If you need more help, please be more specific. (Post some codes etc.)