dHtmlGrid cell width : I need to set the with for individual

I need to set the width for individual column dynamically. The functions setFont, setValue… are available but there is no function available for setWidth. I need to set the width while loading the values to the grid i.e in _fillRow function



Thanks in advance…

Width of column can be set by
    grid.setColWidth(ind,width);

Also you can check the adjustColumnSize function which may suit your needs better.