Dhtmlxgrid paging doesn’t maintain column styles. When all columns are given text-align:center, and it applies this style to first page and when we navigate to next page, it goes back to default style.
Unfortunately the issue cannot be reconstructed.
Make sure that you set the align of columns with setColAlign() method:
mygrid.setColAlign("center,center")