Grid Filter

Hi,
On filtering how to reset the pagination links manually
I mean i wanted to update the pagination links div. Depending on the filtered records


If you are using enable-paging with one of predefined skins - it will be updated automatically.
You can call
grid.callEvent(“onGridReconstructed”,[]);
to force update of paging area.