Keeping the row in edit mode after saveRow in jqgrid

Posted by Chirantan on Stack Overflow See other posts from Stack Overflow or by Chirantan
Published on 2010-04-29T12:27:57Z Indexed on 2010/05/01 13:17 UTC
Read the original article Hit count: 1117

Filed under:
|
|

I want to be able to keep the row in edit mode even after calling saveRow() function in jQgrid. This is because I want to be able to validate the data being saved and remove the edit mode only when the data has passed its validations. I am aware of the succesfunc, which gets called after successful posting of data. I get the response handle too, however, manually calling the editRow(row_id); function does not seem to work.

Is there anyway, I can keep the row in edit mode after calling saveRow?

© Stack Overflow or respective owner

Related posts about jqgrid

Related posts about jQuery