Hi,
I'm trying to figure out how to delete a row from a grid with a QueryReadStore backend. Basically I just want to make the row disappear. I'll do an Xhr in the background to update my server...
I tried grid.removeSelectedRows, but I get this error:
TypeError: this.store.deleteItem is not a function
Any ideas?
Thanks!

It's a readonly store, as
It's a readonly store, as the name implies. The result is, there is no "deleteItem" function available within the QueryReadStore.
Regards,
Remi