Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Inserted Columns Get Moved to End After Column Fixing
posted

I have a grid where I dynamically insert two or move columns based on user input.

Than after binding the grid, I set column fixing for the first four columns overall. Note that the dynamically inserted columns begin at column 8.

However, after setting column fixing for the first four columns, my inserted columns--which start at column 8--get moved to the very end of the grid (starting at column 13 instead).

Is there any explainable reason for this? Has anyone else encountered this issue?