Hi,
I am trying to build a POC using Ext JS4.1
I am trying to load data into a grid ( view ) using a store.
In the initComponent function of the view when I am trying to associate the Store, I am getting the following error
Uncaught TypeError: Cannot read property 'buffered' of undefined
this.store ='myApp.store.StoreTable';
Any pointers please.
Thanks!
