Read Only Edit is a mode in the grid whereby Cell Editing will not update the data inside the grid. Instead the grid fires "cellEditRequest" function allowing the application to process the update request. To enable this mode, set the grid property "editing.readOnlyEdit=true" along with "editing.enabled = true".