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.