html - How to check if JqxGrid has any errors -
in below code, showing borders highlighted if there validation failure , working fine there way check if validation errors on grid on clicking button? click button @ bottom , there identify if there errors
code
$('#jqxbutton').click(function () { alert("here check if there errors in grid");});
i managed find if there errors finding elements class 'errorcolumn' jquery.find. dont think jqwidgets provides api
Comments
Post a Comment