I'm trying to setup the custom RouteReuseStrategy class to avoid recreating components and reloading data. After storing and retrieving the route handle from the RouteReuseStrategy, the IgxGrid will maintain the visible content but will not correctly position either of the scrollbars; they are always reset to the top and left for the vertical and horizontal bars, respectively.
How can I make the grids apply the correct scrolling positions?
Hello Zeimet,
Could you please try to reflow the grid by invoking the reflow() method responsible for recalculation of the grid dimensions.