如何检查JqxGrid是否有错误?

时间:2017-07-26 07:36:53

标签: html css jqwidget

在下面的代码中,如果有任何验证失败并且工作正常,我将突出显示边框 有没有办法在点击按钮时检查Grid上的验证错误? 点击底部的按钮,我想确定是否有任何错误

fiddle

代码

 $('#jqxbutton').click(function () {
 alert("Here i would like check if there are any errors in the grid");});

1 个答案:

答案 0 :(得分:0)

我通过查找带有类' errorcolumn'的元素来查找是否有任何错误。用jquery.find。 我不认为jqwidgets提供任何api