Hi Support:
I added the following script, but the validation tag helper is ibeing gnored for the required property:
<ej-drop-down-list id="CityID" watermark-text="Select" datasource="@Model.Cities">
<e-drop-down-list-fields text="Name" value="ID" />
</ej-drop-down-list>
<span asp-validation-for="CityID" class="text-danger" />
All the other input controls works fine, but this is the only Syncfusion control in the page in which the validation is not triggered.
What could I be missing here ?
Thanks in advanced
David