I am not able to delete record from the grid when its store has "buffered: true" in ExtJs 4.2.0.
I have made a JS fiddle to demonstrate the problem:
http://jsfiddle.net/Fj3FD/
Above example has a DELETE button on the grid toolbar which is meant to delete the selected record from the grid. This examples works fine with ExtJs 4.1.0 but fails with ExtJs 4.2.0.
In ExtJs 4.2.0:
1. When store has buffered: true, can not able to delete record.
2. When store without buffered: true, can able to delete record.
But above scenerio working fine in ExtJs 4.1.0. Please let me know if this is an issue in ExtJs 4.2.0.
Thanks in advance.