The functionality is available with the new RadAutoCompleteView - the control exposes Tokens collection of type ObservableCollection<object>. You can subscribe to the Tokens CollectionChanged event to get notified when a token is added or removed. For more details on this go to AutoCompleteView: Tokens Support topic.
Regards,
Yana
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
ADMIN
Georgi
Posted on:14 Jul 2017 07:35
Hi wellnitz,
Thank you for the additional information we will have it in mind when implementing the feature.
Thorsten
Posted on:12 Jul 2017 18:57
For several scenarios it is desirable to show additional data when a token in the AutoComplete control gets selected/deselected.