/*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