<div class="form-group">
@Html.LabelFor(model => model.Status, htmlAttributes: new { @class = "control-label" })
@Html.EJ().DropDownListFor(model => model.Status, (Syncfusion.JavaScript.Models.DropDownListProperties)Model.PropertiesDdlStatus).Width("200").SelectedIndex(0)
</div>
In all browsers, except for IE, the component maintains the values selected by the user after a postback. However, in Internet Explorer the behavior is different and the selection always goes back to the initial value.
Is there anything we could be doing differently to workaround this?
Thank you