Columns frozen with splitAt() not refreshing when paging

In a paged grid with 4 frozen columns on the left, the frozen columns do not update when the paging logic calls to the server for additional data. When paging through locally cached data, the frozen columns are updated OK.

Any suggestions?

Unfortunately the issue cannot be reproduced locally.
If the problem still occurs for you, pleas,e provide with a demo link or a complete demo, where the issue can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/auxiliary_docs__ … pport.html

More info on the problem that phubbel is having (I am on his dev team).

The initial load query returns a number of pages of records (let’s say 5 pages. Once the user has paged through those, the next page will trigger an AJAX call to get the next 5 pages.

The unfrozen columns will then show page 6 records but the frozen columns will reload page 1 columns. Each time the grid buffer runs out and it gets the next batch from AJAX, the frozen columns just loop back through from page 1.

Do the frozen columns do any sort of caching of data or paging info (page number, records per page, total record count, etc)?

If I comment out just the “splitAt” line, all columns page as expected.

Note: This is a MVC/AJAX application. All paging, sorting, and data retrieval happens server-side.

Still the issue cannot be reproduced locally.
If the problem still occurs for you, please, provide with a demo link or a complete demo, where the issue can be reconstructed locally.