Combo box, Image and the Grid

Hello, I have a grid with a column of type: co ;

then I use varcombo = mygrid.getCombo(index) to get combo object, where I can add values, using put();

But how would I use combo object to add images dynamically?



Thank you.

The “co” and “coro” column types based on native selectbox control, so they can show only plain text.

Thank you for your answer,

Well, is it possible then to define column with your dhtmlComboBox where we can dynamically populate the list with images?

The grid support “combo” excell type, but it will not use images by default.
dhtmlx.com/docs/products/kb/inde … e=1&q=4089