-
Any event available on pressing Ext.PagingToolbar Refresh button
Any event available on pressing Ext.PagingToolbar Refresh button
Is there any event available on pressing Ext.PagingToolbar Refresh button.
-

Originally Posted by
syedarshadali
Is there any event available on pressing Ext.PagingToolbar Refresh button.
I can call my specified function on paging toolbar's referesh button's click by :
grid.getBottomToolbar().refresh.on('click', resetSearch );
But, I want to load my store with different params on referesh click, is there any way to do this?
-
Sencha - Community Support Team
You could do an inline override of the doRefresh method, but you probably don't even need to.
You just need to specify your parameters in the store baseParams, so they are sent with every request.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us