I'm trying to detect when something has loaded in store, however I just discovered that if the store is buffered, when load is called everything works fine except data isn't directly load.
I can easily disable buffered to test it (everything works fine again), so I don't understand how can I fire a load call like the grid does.
I need to load my records, are there any way? Yes I can disable "buffered" anyway, but if the grid can load my stores, I should be able to load too. Which is the correct method to use?
I did some tests with loadPage and loadData but they don't work. Do anyone know the method I should use to load data on a store when using a buffered store?