This question is locked. New answers and comments are not allowed.
Is there a way to trigger the entire grid to validate all its rows from an external trigger like a button click which is outside of the grid. In our application the grid is dynamic i.e. columns are added dynamically so we are doing the row validations in the roweditvalidating event. But we also want to trigger validations when a Save button is clicked outside the grid.Is there an API we can use in the save click event handler that can trigger the entire grid to validate rows again or somehow trigger the roweditvalidating event for each row?