DHTMLX Docs & Samples Explorer

getCustomCombo(id, ind)

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

get combobox specific for cell in question

  • id - row id
  • ind - column index. Note cell must have “co”, “coro” or “combo” type
   var combo=mygrid.getCustomCombo("row1",0);

See also: getCombo

Related articles: