Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Oct 20, 2008 06:20
open dhtmlx forum
Problem with resizing the last column of the grid

Hi,
I have set the grid width to be 500. And the size of each column to be 100.
Now i have a grid which looks like

| 1 | 2 | 3 | 4 | 5| --> 5 Columns of the grid


Here i'm unable to resize the last column. How can i acheive the functionality?
Answer posted by Support on Oct 20, 2008 09:10
The grid doesn't support resizing of  the last column.
 
You can try to use auto width functionality. In this case if grid has a vertical scroll, the resize is possible.
 
    mygrid.enableAutoWidth(true);