Grid reloads on tab switch

in tabsheet ,grid is present.
every time the tab is switched the dataprovider lazy loading fetches data from database and loads grid again.
is there any way to keep data static in grid and only fetches next data when scrolled down.