DropdownListfor doesn't work in IE and Edge

/*System information*/

Asp.Net MVC Razor
Syncfusion.EJ, Version=14.3450.0.49
Control @Html.EJ().DropDownListFor()

Dear synfusion Team,

I was working with the control @Html.EJ().DropDownListFor(). We used the conttrol in many forms in my project. The control works ok when you create the form and you edit them in Google Chrome. But when we try to update an item in IE 11 or Edge the control doesn't display the text. You could  select a new item for the dropdown and this text appear.
Issue: the Helper Html.EJ().DropDownListFor() works ok in google chrome, but when you use this in IE or Edge when you try edit the helper doesn't display the text.
Please view the attaches pictures

I write the helper as the following:
@Html.EJ().DropDownListFor(model => model.ProductID).Datasource(st => st.URL(Url.Action("LoadPresentationGrid", "Commitment"))).DropDownListFields(st => st.Text("Presentation").ID("ID").Value("ID")).EnableFilterSearch(true).ShowRoundedCorner(true).CssClass("").WatermarkText("Select presentation").Width("280px").Height("35px")

Attachment: Pictures_f44aeae7.rar

5 Replies

PO Prince Oliver Syncfusion Team October 23, 2017 11:31 AM UTC

Hi Aldo, 

Thank you for contacting Syncfusion forums. 

Unfortunately, we could not recreate your scenario at our end with the provided details. Please find the attached test sample which tries to replicate the issue at our end. Kindly refer to the following link for the sample: http://www.syncfusion.com/downloads/support/forum/133308/ze/DDLForIssue-1691158926 

If the issue persists at your end, may be you can modify the above sample to exhibit the issue. This will help us debug locally to isolate the root cause of the issue and provide solution. 

Regards, 
Prince 



AM Aldo Martinez October 24, 2017 11:41 AM UTC

Dear  team, I try  run the example that's you gave but this never work. please give a example that run successfully.

Regards 



PO Prince Oliver Syncfusion Team October 25, 2017 05:42 AM UTC

Hi Aldo, 

Sorry for the inconvenience caused. We have reattached the sample with all the necessary assemblies intact in bin folder. Please find the sample from the following link: http://www.syncfusion.com/downloads/support/forum/133308/7z/DDLForIssue-721451187 

Regards, 
Prince 



AM Aldo Martinez October 26, 2017 10:36 PM UTC

Dear team,


The problem Continue. Now I update syncfusion to the lastest version, and the problem was resolve. However I have many grids in my solution but after update when I disable some item of the grid doesn't reload. I have the method to reload in the controller and this execute successfully but the grid never reload.



PO Prince Oliver Syncfusion Team October 27, 2017 04:59 AM UTC

Hi Aldo, 

Thank you for your update. 

We are glad to know the issue related to DropDownList is resolved. We have created a new incident under your account for the reported issue in Grid Control. Please log on to our support website to check for further updates  
  

Regards, 
Prince 


Loader.
Up arrow icon