Completed
Last Updated: 14 Sep 2026 12:03 by ADMIN
n/a
Created on: 02 Aug 2022 17:05
Category: Kendo UI for Angular
Type: Feature Request
1
[Conversational UI] Add ability to add class to comment bubble container.
There should be an input on kendo-chat to apply CSS class(es) to the chat message and/or the chat bubble.
3 comments
ADMIN
Martin Bechev
Posted on: 14 Sep 2026 12:03

Hi Donald,

The Chat now exposes suitable templates which allows you to customize the chat bubbles as needed. For more details, check the Templates article:

https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates#message-templates

Regards,
Martin Bechev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Dimiter Topalov
Posted on: 09 Aug 2022 05:46

Hello Donald,

Thank you for logging this feature request. Providing developers with the opportunity to apply custom classes to the Conversational UI messages wrapper elements would indeed represent a nice enhancement. We will track the customer demand here, and will consider including this enhancement to our roadmap in the future, based on the interest.

Meanwhile, the currently available option is to utilize the Message template, and apply the custom classes to a wrapper element within the template that holds the message content:

https://www.telerik.com/kendo-angular-ui/components/conversational-ui/message-templates/

Further adjustments may be required to address the built-in padding, for example:

https://stackblitz.com/edit/angular-prgivu?file=src%2Fapp%2Fapp.component.ts

Regards,
Dimiter Topalov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

n/a
Posted on: 02 Aug 2022 17:24
It would be useful if this input was a callback that would be called for every message so CSS class(es) could be returned per message.