This question is locked. New answers and comments are not allowed.
I want to validate the whole grid when/after the grid has loaded through ajax an ajax call.
I would like to do this with Telerik ASP.NET MVC grid but have not found a solution.
I know that I can trigger a validation of a form, that uses jquery validate by calling this javascript code:
$("form").valid();
I am trying to add this functionality to the example code found on this link: Telerik ASP.NET MVC grid
Any suggestions?