The following buttons switch between stores in the left grid above, to test handling of errors on put operations.
Note that clicking Save will NOT emit an error event on the grid, as direct invocations of save are expected to handle the returned promise as they see fit. However, modifying an editor field with autoSave enabled will cause an error event to be emitted, since in this case it is the grid which initiated the operation.
(With an OnDemandList alongside, also observing the changes)