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

时间:2021-05-06 14:30:00

I am new to JQGrid. I want to customize validation while inline editing in jqgrid for that i have used editrules: { custom: true, custom_func: functionabc}. This displays validation message as

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

[Cell Value] This is test validation.

[Cell Value]这是测试验证。

How to avoid displaying "Cell value" in alert?

如何避免在警报中显示“单元格值”?

1 个解决方案

#1


The problem is old and well known. It's fixed in version 4.5.3 (and all later versions). I don't recommend you to use old version if you don't want to see old bugs.

这个问题很古老,众所周知。它已在4.5.3版本(以及所有更高版本)中修复。如果你不想看到旧的bug,我不建议你使用旧版本。

#1


The problem is old and well known. It's fixed in version 4.5.3 (and all later versions). I don't recommend you to use old version if you don't want to see old bugs.

这个问题很古老,众所周知。它已在4.5.3版本(以及所有更高版本)中修复。如果你不想看到旧的bug,我不建议你使用旧版本。