grid paging losing column excell type

I’m experiencing a problem using paging on a grid.



I’ve enabled paging via the enablePaging method. I’ve set column types for the grid via the setColumnExcellType method and these come out correctly on the first page. But when I click to go to the 2nd page, it seems as though the columns are all set to “ed” type. For example, readonly columns become editable, checkboxes become 1 or 0. If I navigate back to the 1st page, the column types are correct again.



Have I missed some configuration or is this a bug?

I’ve set column types for the grid via the setColumnExcellType method and these come out correctly on the first page.
What type does your column have before calling this method and what type do you set to the column? When are you calling setColumnExcellType() method? Do you use dynamic loading? Please send us any kind of sample where we can reproduce it.