Hi Tony and others,
I am finding this solution:
User edit inline row. After press key 'enter' I need validate data on server side. If will error thrown row don't save and user will be noticed (by js alert for example). Row will stay as was filled in and user can repair data and send them again.
I think, there are two solutions
1) Server throw error http response code (for example 403). I must handle this error over 'errorfunc' defined in editRow. But after errorfunc user can't send data to server again. There is my not complete working solution http://sandbox.jipas.cz/jqgrid/
2) Server throw some JSON for example and I will handle data, but I don't know how. 
Can anybody kick me?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top