Hello.
I need to cancel a user selection based on some criteria. Any idea? Example, User choose a new item in the dropdownlist and after check something in OnChange event I want to keep the original selection.
<TelerikDropDownList Data="@infosEtapeMaitriseCategories"
@bind-Value="@CurrentlyEditingEtapeMaitrise.tlkpEtapeMaitriseCategorieId"
TextField="TextField" ValueField="ValueField"
Enabled="@tlkpEtapeMaitriseCategorieIdEnabled"
Width="100%">