I have 2 grids on my page. Each grid has its own custom validation. Page has only one save button. Up on Save_click event I need to do as follows
1) Do not save any row if any row in any grid has failed the vaildation and I need to give an error message.
2) Even if all the rows in the first grid are valid but not in second grid? how do you stop saving the rows of first grid to database
3) I have enabled the Column:Allow update to yes in both the grids. When I tried to see the edited value in grd_updateRowBatchevent, I only see the previous value but not the edited value by the user. So how to check the validation of rows in both the grids.
Thanks
Hello,
You can take a look at the both links below which provide examples for server side as well client side validation of UltrawebGrid
Validate cell on server-side
Validate cell on client-side