I am trying to populate fields from an XML String into the combo box using filtering and auto complete, but it is displaying only the first field upon onKeyPressed event. All the events are not getting populated. I have a commercial license for using the library and it is to be renewed in some time from now. In such prospects could you help me out on priority.
I am passing the xml string as this.str in the below listed function.
this.dhxCombo.loadXMLString(this.str);
Files included :
dhtmlxcombo.css
dhtmlxcombo.js
dhtmlxcommon.js
dhtmlxcombo_whp.js
Also, I passed the following string in dhtmlxCombo.loadXmlString() for just testing purpose:
10.51.122.4010.51.122.47
What is happening is that apart from the first option, all the options have “display:none” property set for them, making them invisible.
Also because of this, height calculated for “dhx_combo_list” div is always 20px.
Also with the same code earlier fields were getting populated successfully. The problem arose only after we upgraded to the dhtmlx pro v3.0 library. Now all the fields are getting a “display: none” property set for them except for the first option. So i believe their is no problem with the code as it was working good with the previous version of dhtmlx.