This question is locked. New answers and comments are not allowed.
I'm testing out the MVC Grid. My validation is happening server side which is working fine but when the grid renders itself after failed validation all the columns that failed validation revert back to their original value. In the case of an update the old value appears, in the case of an insert the values go blank. Items that passed validation maintain their values. How do I make sure after validation fails it maintains the value that was submitted?