Freeze column and move rows

I have 2 columns, column A and column B in one grid.

Column A, I would like to freeze the column and all rows inside it. The data derived from first.xml
Column B, I would like to move up and down rows inside it. The data derived from second.xml

My questions.

  1. Can I move rows (up and down) in Column B without moving any rows in Column A?
  2. What’s the best approach to achieve such a requirements?
  3. Is there any samples provided in the documentation?

Appreciate help from Support.

It not possible to implement within one grid. You can initialize 2 grids and attach them to “2U” dhtnmlxLayout.
Initialization of dhtmlxLayout dhtmlx.com/docs/products/dht … terns.html
Attach grid to dhtmlxLayout dhtmlx.com/docs/products/dht … _grid.html