I'm using Ext.grid.Panel in conjunction with ViewModel. In ViewModel I have defined a store which is bound to store in the grid.
However, in addition to store, I also have data in the ViewModel which I would like to reference in the grid template.
How can I bind data and store in the ViewModel to grid data and reference both in the Template?