Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Montoya on Oct 10, 2007 09:52
open dhtmlx forum
dhtmlxGrid

I want know how i make for include eXcell type "combo" in the grid? thanks!
Answer posted on Oct 10, 2007 11:26
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");