We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Not getting selected value

Hi, I have setup a EjsDropDownList like this:

        <EjsDropDownList ID="brands" PlaceHolder="Selecciona la marca" OnValueSelect="@Lookup" DataSource="@VehicleBrands">
            <DropDownListFieldSettings Text="BrandName" Value="VehicleBrandID"></DropDownListFieldSettings>
        </EjsDropDownList>

The control populates it self with the correct data, but when I select one value it does triggers Lookup method, which is defined like this:
void Lookup(SelectEventArgs e)
    {
        //TODO
    }

If I debug the value of e, there is an ItemData property, but all the values that are inside ItemData are null.
Can you point me in the right direction?
Regards.

1 Reply

BC Berly Christopher Syncfusion Team July 5, 2019 08:54 AM UTC

Hi Raul, 
  

Greetings from Syncfusion. 
  

We have confirmed the reported issue(“ItemData returns null on onValueSelect event in DropDownList”) as a bug at our end and this fix will be included in our upcoming patch release scheduled on 15th July 2019. We appreciate your patience until then. 
  

You can track the status of the reported issue from the below feedback link. 

 
  
Regards, 
Berly B.C 


Loader.
Live Chat Icon For mobile
Up arrow icon