Hello,
I want to plug in autocomplete(filtering) function of dhtmlxcombo into cell of dhtmlxgrid.
Then,if i type ‘k’ in cell of grid ‘co’ column(not ‘coro’),cell combobox show start with ‘k’ character word,for example koala,karade etc…
Is it possible?
Thank you,
I hope your success…
Yes, the combo can work in static and dynamic filtering modes inside the grid. It is done by “combo” excell ( dhtmlxgrid_excell_combo.js ) , which allows to use dhtmlxcombo inside grid.
dhtmlx.com/docs/products/dhtmlxG … omboexcell