I using a grid to display a static data Array, and I am adding/removing data from this array. I can update the store used by the grid correctly, but the grid itself doesn't refresh. Any suggestions?
Thanks for the help Ash2009, but I am using ExtJS 2.2 and maybe that's why some methods doesn't work. Exemple, getSelected() doesn't work. However I found a way to do what I wanted, by adding a .data in front of store. So it looks like myGrid.store.data.remove(index).