dhtmlxGrid

I want know how i make for include eXcell type “combo” in the grid? thanks!

In addition to default files you need to include in your project
    dhtmlxgrid_excell_combo.js
and necessary files from dhtmlxCombo package

after that you can define combo as column type

mygrid.setColTypes(“ro,combo”);