I'm working with some grids, let's say that I have 3 grids:
on selection change in grid 1, a store.load is executed, loading data in grid 2.
But, on selection change in grid 3 I want to clear the grid 2,
I tried: store.remove, removeAll and some others, but the data is still there :S
Also I wanna know if it's possible to do this:
A gridpanel, with a column "Message" and given some values like 0 or 1 I wanna align the message like most mobile phones messages style. (if value ==0; align=left) (if value==1; align=right).
Thanks mitchell, I tried with store.removeAll() that clears my grid, but just for one second, then the loading message and then data is loaded again :S I don't know why this happens. :S