I'm using the built-in 'action' formatter to edit inline (row editing) and to delete.
The problem is that I want to validate via ajax (so, returning true field could be saved) but I couldn't add any 'before save' callback in the save statment.
Image with an example of the view.
The colModel I use to define the Actions col:
{name: 'Actions', formatter: 'actions',
editable: false,
search: false,
width: '50',
sortable: false,
resizable: false,
formatoptions:{
keys:true
}
}