I have a grid with a store. In the ViewModel i have created the store in the stores property. In the grid I put the bind property to that store. This works well.
I want to attach another store as a property called fullStore. What are the steps that I should follow? It should be under data property or under stores property? Should I extend the grid component to add fullStore as a config?
I have created a fiddle. I wanna use fullStore in the getOptionsFromStore() function (to populate list columns) instead of using grid store. That's because grid store is paginated.
Note: I'm using 6.5.2 version