Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sandeep Adi on Aug 01, 2007 23:03
open dhtmlx forum
dhtmlx not working

I am using the following code snippet in my jsp for autocomplete combo box,

<div id="acProjectCode" style="width:200px; height:30px;"></div>    

<script language="javascript">
    var projectAutoCompleteBox = new dhtmlXCombo("acProjectCode", "projectCode", 200);
    projectAutoCompleteBox.enableFilteringMode(true,"${pageContext.request.contextPath}/autoProjectSearchAction.do",true,true);        
</script>

The combobox is not getting populated with any values, could you please tell me what the issue could be?
Answer posted by Andrei (Support) on Dec 10, 2014 11:38

Not much can be said in addition to the reply above, but you also can check onchange and telerik components and find out what we have probably missed in our explanation.