Hello,
If you select an item in RadMultiSelect, all server events works (OnSelectionChanged, OnItemSelected). If you deselect the same item, the events are not triggered (OnSelectionChanged, OnItemDeselected).
Then If you select the item again, it is triggered again.
Same works with deselecting. If you start with deselecting the item, events are triggered, if you select it again, they are not.
My RadMultiSelect is bound to RadAjaxManagerProxy, the events are noticed, there is loading animation for a while, but triggers are not working.
You can replicate this bug on your demo here:
https://demos.telerik.com/aspnet-ajax/multiselect/serversideevents/defaultcs.aspx
If you select an item in RadMultiSelect, all server events works (OnSelectionChanged, OnItemSelected). If you deselect the same item, the events are not triggered (OnSelectionChanged, OnItemDeselected).
Then If you select the item again, it is triggered again.
Same works with deselecting. If you start with deselecting the item, events are triggered, if you select it again, they are not.
My RadMultiSelect is bound to RadAjaxManagerProxy, the events are noticed, there is loading animation for a while, but triggers are not working.
You can replicate this bug on your demo here:
https://demos.telerik.com/aspnet-ajax/multiselect/serversideevents/defaultcs.aspx