Required library edition:
Required library file: dhtmlxgrid.js
gets label of column specified by index
//get label of the first column var colLabel=mygrid.getColumnLabel(0); //get label of the second line of the first column var colLabel=mygrid.getColumnLabel(0,1);
See also: setColumnLabel