Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有与各种 jQGrid 对话框(如 ADD、Edit 和 Delete)的取消按钮相关的事件?对于我的编辑对话框,我需要在用户点击取消按钮时做一些处理。
请帮忙
谢谢
可能使用onClose回调来编辑表单就足够了(请参阅此处和此处的文档)。
onClose
如果您愿意资助回调被称为 not allays(我没有在当前版本的 jqGrid 中测试它),那么您可以选择另一种方式。如果您确实需要处理所有对话框的所有关闭,您可以考虑覆盖或子类$.jgrid.closeModal或$.jgrid.hideModal函数。请参阅答案中的演示(将代码与原始代码进行比较)。
$.jgrid.closeModal
$.jgrid.hideModal