I am using Jqgrid with MVC2. It looks like the grid doesn't care for server side validation, say we need to save the data to Database and there is a error while inserting data.
We need to be able to show an error message saying there is error while edit at server level, is it like possible? Any examples/comments?