jqGrid:搜索工具栏自动提交
我有一个带有工具栏搜索的 jqGrid。当有人在搜索工具栏中键入而不是按 Enter 键时,如何使网格更新?
谢谢
I have a jqGrid with a Toolbar search. How do I make the grid update when someone types in the seach toolbar instead of having to press enter?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个 searchOnEnter 选项需要设置为 False。它看起来像这样。
查看有关 searchOnEnter 的更多信息 - 此处
There is a searchOnEnter option that you need to set to False. It would look something like this.
See more info on searchOnEnter - here
我认为它必须在花括号中:
I think it has to be in curly braces:
我的过滤器工具栏上有自动完成选项,但在选择选项时不起作用(新值不会触发),最好的解决方法是什么?另外,我应该在哪里放置代码来触发按键或其他东西?
问候
I have autocomplete option on my filterToolbar and dont work when select an option (new value doesn't trigger) how would be the best workaround to this? Also, where should I put the code to trigger a key or something?
Regards