When a save function fails on an inline edit, you currently automatically restore the row, causing the user to lose any data they have entered. I would like the ability to leave the row in edit mode in the cases that I have defined a custom error function. This could be handled either by disabling the auto-restore when an errorfunc is defined and letting us call restorerow manually from the error function, or by giving us the ability to set a flag from within the error function to stop the auto-restore from occuring.
I handle this behavior in form editing mode with the afterSubmit function; perhaps you could add a similar function to inline editing?
Thanks,
Matt
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top