Hi,
since the update to R3 2019 we have a issue with the multiselect component.
Whenever I set it to readonly:
$("#multiselect").data("kendoMultiSelect").readonly(true)
It is not possible to make it writable again with
$("#multiselect").data("kendoMultiSelect").readonly(false)
It stays readonly. What can I do?
BR Thomas
Hello Rainer,
Thank you for reporting this issue. After further investigation it appears that this is a bug. I have converted this item to a bug in the Public Feedback Portal and also logged it in the Kendo UI GitHub repository, where you could start tracking it:
Sadly, I cannot provide a viable workaround for the time being.
As a token of gratitude for reporting the issue I have updated your Telerik Points.
Regards,
Aleksandar
Progress Telerik
Here a Dojo:
https://dojo.telerik.com/inuSelAh
I set optional multiselect to readonly and then to writable and it still stays readonly.