I have a grid that has a header with multiple rows. I also would be moving the columns around. I am not able to move the columns properly once there are multiple rows in the header. Here is an example explaining the scenario.
I have two columns ‘AA’ and ‘BB’. Let us call them parent columns. Each of these parent columns have two columns(child columns) under them. Let the columns under AA be ‘XX’ and ‘YY’ and the ones under BB be ‘LL’ and ‘MM’. I am trying to move the columns once the grid is like this. I would like to move the column ‘AA’ and the columns under it(‘XX’ and ‘YY’) should also be moved along with it. I would like to move the child columns(XX, YY, LL, MM) separately. I am not able to do this with the grid. I would like to know how to achieve this using the dhtmlxgrid.