setColumnWidth
sets the width of the specified column
function setColumnWidth( // the column id id: id, // the width in pixels width: number): voidExample
Section titled “Example”dgrid.setColumnWidth("title", 300);See also
Section titled “See also”Articles