Categories | Question details Back To List | ||
how can I drag the grid's final row's the width to the right ?
thank you! Answer posted by dhxSupport on Apr 28, 2009 05:31 I'm sorry but your question is not clear. What do you mean under "grid's final row's"? If you want align values in the grid's cell to the righ you can do that using method mygrid.setColAlign("right,right,right"); Answer posted by dhxSupport on Apr 28, 2009 14:18 Starting from dhtmlxgrid 2.1 column resizing not limited by grid's size. So if you have grid.enableAutoWidth(true) setting - dragging rightmost column to the right will increase width of grid. |