I am using the MVC wrappers. When I do an "Add new record", if there is a server-side validation error (ModelState.AddModelError(...), the grid still shows the row that I was attempting to add. This occurs whether I am in server-side paging or not (both ways, .ServerOperation). Doing an <F5> on the page restores things to correct state, but I don't think it is appropriate to put this responsibility on the user. Is there some setting I can use, or someway to refresh the grid on a failed Create (or Update - happens there too)?
Thanks,
R Cornish
Thanks,
R Cornish