DHTMLX Docs & Samples Explorer

getColumnId(cin)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

gets column id of column specified by index

  • cin - column index
   //get first column id
   var colId=mygrid.getColumnId(0);

See also: setColumnId, setColumnIds, getColIndexById