I have 2 views, one grid and detailed view (form). The data is loaded into a store and viewmodel is attached to a grid. I would like to reuse the viewmodel for the detailed view which will have only one record that I could view/edit/delete.
I want to make sure that there is only one request for the data.
What is the best approach for this or best practise? Are there any examples?