Hello kind sirs,
Im using your grid within my mvc web project, which validation is based on microsofts data annotations validation.
Everything works great within standart edit forms, where im using your mc editor extensions, and +- (except for remote validation) can make everything work as expected.
This, however, is not the situation with the mvc grid extension. I checked the "showmodelerrors" property, but the grid postbacks to the server without ever checking the validation on client side. eventually it fails on the server, and i see the model errors nearby the relevant editors.
I'd expect the inline editing to work exactly as every other form, and the client validation to get executed as well, howeever this is not the case. I didnt find any relevan information about this anywhere.
Thanks for your help.