Gridview, Pjax, and Current Page

I’m hoping someone can help with a problem I’m having. I have a Gridview powered by a ActiveDataProvider. I’m using an ActionColumn to make adjustments to each row (Flagging as good/bad, deleting, etc). Pjax is working correctly, but everytime I click an action button the dataprovider goes back to page one. Is there a way to have the dataprovider start back on the same page?

I do have pushstate disabled because it was causing problems with the action buttons.

Thanks in advance!