如何将在行单击上选择的多行提交到 JqGrid 中的数据库?
我有一个 JqGrid,当我必须选择多行并单击释放按钮时,它需要将这些列发送到数据库。我怎样才能实现这个目标?我必须以 JSON
格式发送数据吗?
i have a JqGrid
and when I have to select multiple rows and click on a release button it need to send that columns to database. How can I achieve this? Do I have to send the data in JSON
format ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您必须使用 JSON 或 XML 任何格式都可以。您可以使用 JSON.stringify 并使用 $.post 这些行。
yes, you have to use JSON or XML any format will work . You can use JSON.stringify and use $.post those rows .