When I change either the index or value of the dropdownlist in code, I need the 'change' event to fire.
ie:
ddlOfc = document.getElementById("ddlOfficers").ej2_instances[0]
ddlOfc.value = firstOff;
This changes the selected value, but it doesn't fire the 'change' event.
Mike