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?

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);