Completed
Last Updated: 06 Nov 2025 13:13 by ADMIN
Release 2025 Q4 (Nov)

Bug report

An error is thrown when the Chat with zh-TW/zh-CH messages is loaded

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/cQrfenNZ/3

Current behavior

An error is thrown from the messages files

Expected/desired behavior

No messages should be thrown

Environment

  • **Kendo UI version: 2025.3.1002
  • **Browser: [all]
Completed
Last Updated: 28 Oct 2025 09:25 by ADMIN
Release 2025 Q4 (Nov)
Created by: Emil
Comments: 0
Category: Chat
Type: Bug Report
0

Bug report

After the setOptions method is used, the Chat reference returns undefined

Reproduction of the problem

  1. Open the Dojo and observe the console - https://dojo.telerik.com/kDEdojjS.

Current behavior

The $("#chat").data("kendoChat") is undefined.

Expected/desired behavior

The reference to the component instance should be available after using setOptions

The issue is a regression starting with 2025.3.825

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
Completed
Last Updated: 18 Jul 2024 12:55 by ADMIN
Release 2024 Q3 (Aug)
Created by: Aline
Comments: 1
Category: Chat
Type: Bug Report
0

https://dojo.telerik.com/uJIwiyih

With version 2024.1.319, the sendMessage of chat is called twice whereas the bug doesn't exist in version 2022.3.913.

Is there a solution?

Completed
Last Updated: 25 Jan 2024 14:31 by ADMIN

The function kendo.chat.registerTemplate as mentioned here: https://docs.telerik.com/kendo-ui/controls/conversational-ui/chat/chat-items#custom-templates is missing in API Reference and the Typescript Definitions.

It would also be nice to have it documented in functions that are using the templates, for example the "message.type" parameter in https://docs.telerik.com/kendo-ui/api/javascript/ui/chat/methods/rendermessage