In edit mode, how does phpgrid handle concurrency? I am guessing that last change in overrides previous changes? Or does phpgrid check for a changed record and deny the update?
Thanks!
1 Answers
Concurrency and row locking can be implemented manually. Library have events on which you can ajax update table row to have lock or release lock.
https://phpgrid.desk.com/customer/portal/questions/17106944-multi-user-application-record-locking-best-method-ask
Your Answer