DHTMLX Docs & Samples Explorer

getColType(cInd)

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

get column type by column index

  • cInd - column index
   //get first column type
   var type=mygrid.getColType(0);

See also: getColTypeById