sets the width for the specified column in pixels (doesn't work with the percentage based grid)
ind | number | the index of a column |
value | string | a new width value |
//set width of the first column
mygrid.setColWidth(0,"150");
Back to top