Hi,
I have a dropdown list like this
<ej-drop-down-list id=@("selectadults-" + Model) target-id=@("numberOfAdultsList-" + Model) width="100%" watermark-text="Select" change="registration.selectAdults_dropdown"></ej-drop-down-list>
How do I get the ID of the dropdownlist in the change event? I tried looking through the properties of e, but I can't seem to find the control ID