Is it possible to do autocomplete tagging in DHTMLX Grid ?

Hi,

I am thinking to implement a grid that has autocomplete in each cell.

My grid has 2 columns: 1 is product and the other is product tags. A product can have multiple tags. I want both product and tags have autocomplete ability.

For the tags, the cell should be able to do as this screenshot shows ( github.com/aehlke/tag-it )

Is it possible to implement this autocomplete tagging using dhtmlx grid ? I am using dhtmlx version 3.0

Thanks

Michael

You can write a custom excel - which can contain any kind of logic for edit process.
Unfortunately there is no ready to use solution for such use-case.