Hi!
I was testing this demo:http://dojo.telerik.com/iVIja
I tried to set the clearButton to true/false - but there is not differnce in the output. (In both cases, there is no a clear button on the right side of the multiselect)
What's the problem?
thnx:Attila
9 Answers, 1 is accepted
One way to remove the X in the item would be to use CSS:
.k-multiselect-wrap li {
padding: .1em .4em;
}
.k-i-close {
display:none;
}
You can see the approach in this Kendo UI Dojo by Progress.
Hope this helps!
Regards,
Patrick
Telerik by Progress
Hi Patrick,
Thanks for your answer, but I think something else - not this "clear button". So there is a demo like this:
http://demos.telerik.com/kendo-ui/multiselect/index
I attached the screenshot: there is a clear button on the right side of the multiselect object. (see red circle) I thought that this option set the visible of this clear button to true or false. Is it correct? If it is, there is not differnce in the output: It will never appear this button. This is my problem...
Thanks:Attila
After updating to the latest Kendo version, the boolean clearButton property works as expected. Here is a modified sample. Keep in mind that the default value of the property is true.
Regards,
Magdalena
Telerik by Progress
Hi Magdalena,
Thank you! I have not checked the new versions. I did it, download it and it works.
Regards,
Attila
Glad everything is working, and happy to help!
Regards,
Patrick
Telerik by Progress
Hi,
I have and older professional version of kendo, but I'm no longer paying the license to get the latest pro version. Is there a fix I can apply? What can I do to have the fix for this bug?
For older versions, you can use the CSS solution provided by Patrick to hide the X button, i.e. http://dojo.telerik.com/@PMcDonou/AfEPa
Best regards,
Rumen
Telerik by Progress
Regards,
Rumen
Telerik by Progress