different combo data for each grid row

Hello,

Is that possible to have for every grid row different combo? I can create grid column with some combo data which will be the same for each grid row. But my task needs to have different combos for each line. If this possible, please advise.

Thank you.
Alex.

Yes, this is possible. Please check tutorial here docs.dhtmlx.com/doku.php?id=dhtm … n_from_xml
docs.dhtmlx.com/doku.php?id=dhtm … ell_combo|

In case of “combo” eXcell type you can use:
1one
two
three

<cell xmlcontent=“1” source=“data.xml” filter="true”>1

Thank you,

that’s splendid indeed.

Regards,
Alex.