getCombo bug?

I think I found a bug in the getCombo function.
I am attaching a very simple demo project of the bug. Briefly, I cannot use getCombo function if I load my form elements from an xml file. Unless, I am missing something.
Csaba
dhtm-test.zip (639 KB)

Hi

not actually a bug, please check attached updates, comments inside
upd.zip (522 Bytes)

Thank you , Andrei. It works perfectly. Is there any documentation or sample code that I might have missed about this?

Csaba

nothing special, only if callback handler, please check
this is a common practice for data loading (async requests)
docs.dhtmlx.com/doku.php?id=dhtm … loadstruct

there are also onXLS,onXLE events
docs.dhtmlx.com/doku.php?id=dhtm … vent_onxls
docs.dhtmlx.com/doku.php?id=dhtm … vent_onxle

Got it. Thanks