This code IS called when the user clicks a delete button in a view.
At that point, Core data needs to delete the entity, and the VGrid needs to re-render the remaining collection. I'd like the re-rendering to happen with animation.
I believe how Ive coded it is correct (in terms of flow) but if not, how do I achieve the above?