gpt4 book ai didi

javascript - Kendo UI Grid 自定义验证消息

转载 作者:行者123 更新时间:2023-12-02 14:51:02 24 4
gpt4 key购买 nike

Here is an example of working custom validation, but without an error message.要测试它,请将“最低”值设置为高于或等于该行的“最高”值。

我需要的功能已经可以工作,我只是不知道如何在 Kendo UI 网格中为我的自定义验证器设置自定义错误消息。

我发现的每个示例都没有自定义消息使用如下所示的构造,该构造不起作用,至少据我所知不再起作用:

{
validation: {
rules: {
myCustomValidator: ...
},
messages: {
myCustomValidator: 'My custom error message'
}
}
}

有什么想法吗?

最佳答案

添加验证消息作为输入文本的属性“data-lowerThanHighest-msg”的值。您可以这样做: input.attr("data-lowerThanHighest-msg", "最低必须低于最高");

查看修改后的演示 here

关于javascript - Kendo UI Grid 自定义验证消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36196239/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com