I have a dataview with at dataprocessor that connects to a mysql database.
When a record is add to dataview a request is sent to server, row inserted in database and new id returned in response. But the id in dataview is not shown. Only when I select it again.
After saving in database, id of item is updated but the item itself is not repainted. You can attach handler for onAfterUpdate of dataprocessor and from it call dataview.refresh(id) to repaint item in question.