Hello Tony,
one more bug: in case of error in saveRow which will be called after the user click on “Save” button of inlineNav toolbar the method restoreRow will be called. It removes the row if it was previously added by addRow method (see the line). The problem is that inlineNav toolbar buttons stay unchanged and prepared for saving. If the error was during adding first row in the empty grid then the grid will not more allow to do any editing.
To fix the problem one can add call of
$($t).jqGrid('showAddEditButtons');
inside of setTimeout function (see the line).
Best regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top