Categories | Question details Back To List | ||
Auto Complete Functionality for cells in Grid hi , I have requirement where i need autocomplete functionality in grid cells . Data comes from database.Suggest some method do it .. Answer posted by dhxSupport on May 29, 2009 06:23 You can use "combo" eXcell type which is instance of dhtmlxCombo (availible in PRO version only). You can test example here http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_combo.html First and third columns have autocomplete. More information about "combo" eXcell type you can find here http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Combo_excell.html#grid_art_comboexcell |