I've got a problem setting the value to integer 0, as in this sample
It works fine with:
badge.value('0') instead of badge.value(0);
Please help ... thanks
Hi Lorenzo,
Thank you for reporting this behavior. I have investigated and I can confirm this is a bug. I have logged an item in the public repository and you could track the progress made on the item here:
https://github.com/telerik/kendo-ui-core/issues/5613
For the time being the possible workaround is to set the value as s string:
var badge = $('#badge').kendoBadge({
value: 7,
}).data('kendoBadge');
badge.value("0")
As a token of gratitude for helping us identify this issue, I have updated your Telerik Points.
Regards,
Aleksandar
Progress Telerik