Categories | Question details Back To List | ||
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"); |