Gril column resizing (setColWidth)

Hi,



i have a grid with many columns which are initialized as this



grid.setInitWidths(“26,100,60,,”);



I try to modify the width of colum 3 and 4 with this command



grid.setColWidth(3 or 4,new value)



It doesn’t work



But with column 0,1 and 2 it’s ok



Can you help me ?



Thanks

This is expected behaviour. setColWidth() method cannot change with of the column which was set as (*).