Within the code below, I have successfully displayed highlighted borders when there are validation failures. Is it possible to determine any validation errors in a grid when a button is clicked? By clicking the button at the bottom, I would like to be able to identify any existing errors.
Visit this fiddle for reference
Sample Code
$('#jqxbutton').click(function () {
alert("I want to check for errors in the grid once this button is clicked");
});