Hi,
We are trying to integrate combo control dthmlxCombo with the grid. As our combo population is the same for every row,
we are wondering if it is possible to use element to define all combo values in something lile this:
<?xml version="1.0" encoding="UTF-8"?>
Shipping
one
two
three
…
Unfortunately, it did not work. Is this technique supported at all for combo? We know it works for co/coro types.
Thanks a lot,
Stan.
Correct syntax is next
Shipping
one
two
three
You can check next sample
dhtmlx.com/docs/products/dht … combo.html