Required library edition:
Required library file: dhtmlxgrid.js
sets new column header label
//set new label for the first column mygrid.setColLabel(0,"New Column Label"); //set new label for the second line of the first column mygrid.setColLabel(0,"Some Other Label",1);
See also: getColLabel, setFooterLabel