When using the Multiselect with Javascript Api in following order:
- Disable
- Select
- Enable
The Multiselect Control is enabled, but the Items are still disabled and therefore cannot be removed by the X.
Can be reproduced in the official demo (see Screenshot): https://demos.telerik.com/kendo-ui/multiselect/api
Hello Jonas,
Thank you very much for reporting the issue. I am changing the status of the item to 'Unplanned'.
As a workaround until the issue is being fixed, you can try to remove the k-disabled class:
$('.k-selection-multiple .k-chip').removeClass('k-disabled')
Here is a Dojo example where this is demonstrated.
As a token of gratitude for reporting a bug I have updated your Telerik points.
Regards,
Neli
Progress Telerik