Hi Support:
We want to have a button that when is clicked will reset the selected checkboxes inside the dropdownlist asp.net core control.
This is the dropdownlist definition:
<ej-drop-down-list id="states" name="states" show-checkbox="true" datasource="@((IEnumerable<State>)ViewData["States"])">
<e-drop-down-list-fields text="Name" value="ID" />
</ej-drop-down-list>
Thanks in advanced
David