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