如果控件位于某些文本区域,则 jqgrid 中的 Jquery 内联编辑不会在按 Enter 键时提交数据
我正在使用 Enter 键对 jqgrid 进行内联编辑。问题是如果控件位于文本框上,则回车键可以正常工作。但是,如果用户在文本区域(我的编辑选项包括文本区域)中输入一些数据并按 Enter 键,则会被视为回车而不是 Enter 键,并且不会提交该行。
我们如何在按下文本区域字段的 Enter 按钮时在内联编辑中提交 edt 行。
I am using inline edit of jqgrid using Enter key. The problem is the enter key works fine if the control is on textbox. However if the user is entering some data in text area (my edit options include text area ) and presses enter, it is taken as carriage return instead of enter key and does not submits the row.
How do we submit the edt row in inline edit on press of Enter button for text area fields.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我能够使用 DataEvent 功能提交一行。
Finally i ws able to submit a row using DataEvent feature.