Completed
Last Updated: 07 Oct 2019 06:15 by ADMIN
Release 2019.R3.SP.next
Rainer Goos
Created on: 24 Sep 2019 13:26
Category: MultiSelect
Type: Bug Report
0
readonly

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

 

2 comments
ADMIN
Aleksandar
Posted on: 27 Sep 2019 12:58

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Rainer Goos
Posted on: 24 Sep 2019 13:57

Here a Dojo:

https://dojo.telerik.com/inuSelAh

 

I set optional multiselect to readonly and then to writable and it still stays readonly.