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
close icon

Just upgraded to version 15.3.0.26 - DropDownList empty

Hi!

Well yeah I just upgraded my Project to version 15.3.0.26 and all of a sudden, the DropDownList's I have aren't populated anymore.

Everything else works great. There are no errors or anything.

@Html.EJ().DropDownListFor(m => m.QualifikationID).EnableFilterSearch().EnableSorting(true).SortOrder(SortOrder.Ascending).Datasource(ds => ds.URL("/DropDown/GetQuali")).DropDownListFields(df => df.Text("QualifikationText")
                                                        .Value("QualifikationID")).Value(Model.QualifikationID.ToString()).Width("100%")


Here the response of Postman when GETing the /DropDown/GetQuali url

[
    {
        "QualifikationID": 34,
        "QualifikationText": "Leer"
    },
    {
        "QualifikationID": 35,
        "QualifikationText": "BuFDie, FSJ"
    },
    {
        "QualifikationID": 36,
        "QualifikationText": "HW (Fach)"
    },
    {
        "QualifikationID": 37,
        "QualifikationText": "Ergänzende Hilfen"
    },
    {
        "QualifikationID": 38,
        "QualifikationText": "Ergänz. Hilfe m. Teilerlaubnis"
    },
    {
        "QualifikationID": 39,
        "QualifikationText": "1 Jährig examiniert"
    },
    {
        "QualifikationID": 40,
        "QualifikationText": "3 Jährig examiniert"
    },
    {
        "QualifikationID": 41,
        "QualifikationText": "Pflegedienstleiter / in"
    },
    {
        "QualifikationID": 42,
        "QualifikationText": "Stellv. Pflegedienstleiter/in"
    },
    {
        "QualifikationID": 43,
        "QualifikationText": "Teamleiter/in"
    },
    {
        "QualifikationID": 1074,
        "QualifikationText": "123"
    }
]

What could be the reason?

1 Reply

PO Prince Oliver Syncfusion Team August 9, 2017 10:33 AM UTC

Hi Paul,     
    
Thank you for contacting Syncfusion support.     
    
We have prepared a sample using the shared code snippet. We were unable to reproduce the issue at our end. Kindly refer to the following link for the sample: http://www.syncfusion.com/downloads/support/forum/132008/ze/DDLMVC132008-289096807 
  
Please check the above sample. If the issue persists at your end, kindly modify the above sample to reproduce the issue. It will help us isolate the root cause and provide solution.   
    
Regards,     
Prince 


Loader.
Live Chat Icon For mobile
Up arrow icon