This topic is locked

only one inline edit at once

5/14/2020 4:45:33 PM
PHPRunner General questions
K
kohle author

Hi,
is it possible to allow only one inline edit at once ?

Edit a record and save/cancel it. After this edit the next.
My problem is that I have in the onload event of the edit page a reload :
this.on('afterInlineEdit', function( fieldsData ) {

location.reload();

} )
If you open more than one record for edit and click to save only one record.

All the others are not saved, because of the reload.