DHTMLX Docs & Samples Explorer

getCombo(col_ind)

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

gets Combo object of specified column. Use it to change select box value for cell before editor opened

  • col_ind - index of the column to get combo object for. Note column must have “co”, “coro” or “combo” type
   //get first column combo object
   var combo=mygrid.getCombo(0);

See also: getCustomCombo

Related articles: