I am filtering results in grid using

var myStore = Ext.getStore('storeID');

myStore.filter('fieldName','Value');

The filter is working BUT pager is filtering results per page and results are scattered in many pages and not grouped.


Attached is the screenshot.

Capture.jpg