Help in DHTMLX_COMBO

  1. <layout:collectionItem title=“TxtSC82CntTitle_Recipient” >
    <html:select property=“selRecCodeLabel” style=“width:150px;” styleId=“combo_zone1”>
    <html:option value=“”/>
    <html:optionsCollection name=“storageServiceForm” property=“reciPayerList” label=“codeLabel” value=“codeLabel” />
    </html:select>
    </layout:collectionItem>

COMBO BOX

var combo= dhtmlXComboFromSelect(“combo_zone1”);
combo.enableFilteringMode(true);

When i use html:optionsCollection only for the first line the DHTMLX style is applied for the remaining lines it is not applied.Please help on this issue


2)I need to restrict the number of lines typed by the user in the combobox.How to achieve this.

3)When the typed text is not mathching in combo i need to disply it in red.

Please help me resolving the issues

Please help regarding this

We need you completed demo to see the sample of you app and help you on your code.
docs.dhtmlx.com/doku.php?id=othe … leted_demo