JQGrid 在内联编辑中从自定义错误消息中删除单元格值

JQGrid remove cell value from custom error message in inline editing

我是 JQGrid 的新手。我想在 jqgrid 中进行内联编辑时自定义验证,因为我使用了编辑规则:{ custom: true, custom_func: functionabc}. 这会将验证消息显示为

[Cell Value] This is test validation.

如何避免在警报中显示 "Cell value"?

这个问题是老生常谈了。它在 4.5.3 版(及所有更高版本)中得到修复。如果你不想看到旧的错误,我不建议你使用旧版本。