Categories | Question details Back To List | ||
Drag the column Headers Hi, I have grid with 10 columns. When I try to drag a column the grid is not aligned properly. the footer and the table gets dragged. But the columns remain the same.I have set the column width as 100 and used mygrid.enableAutoWidth(true,900); Where do you think I am going wrong. Please suggest Answer posted by Support on Apr 25, 2008 01:42 Are you using simple header or multiline one? The moveColumn functionality must work correctly in case of simple headers, but there is no guarantee that it will work correctly in case of complex headers ( multiline headers with colspans and rowspans ) Answer posted on Apr 25, 2008 02:08 I am using simple header only. When I drag the column, grid is also dragged but the columns are not adjusted so at the end there is white space and the column are not visible unless i use a scrollbar. Answer posted by Support on Apr 25, 2008 07:59 Are problem occurs only for you code or it can be reconstructed in default sample? http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_grid_moveCol.html?un=1209136472000 The situation can't be reconstructed from our side, so if problem occurs only in case of you code - please provide any kind of the sample where problem can be reconstructed. |