Is there a way to show all options in the Select created by the helper Html.DropDownListFor ?
I was searching for the event triggered when you click on the select to show all options to manually trigger but i did not find it.
@Html.DropDownListFor(
model => model.Value,
Model.Values,
htmlAttributes: new { @class = "form-control", @style = "width:150px;" })