RadzenDropDown Multiple=true Chips=true

Hello,

is there a possibility to have an event if an new selection is made in the RadzenDropDown and also if an item is removed?

there is a changed event but how to find out if a new item is added or an item is deleted

robert

Hi @Mad.Rain,

If you use @bind-Value with a property all selection changes will invoke the setter of this property. In the setter you can compare the new items with old items to check if items are added or deleted.

1 Like