Hello!
I need a feature for this chat control that is present in Kendo Angular library (https://www.telerik.com/kendo-angular-ui/components/conversationalui/message-templates/)
I'm talking about message templates: the possibility to add a custom template in normal message.
I need it to implement some advance features, like messages deletion and messages modification.
This feature will be present soon in Kendo jQuery library?
Thanks,
Mattia
5 Answers, 1 is accepted
With the Kendo Chat for jQuery you have custom templates, you can read more about that feature and how to use it here: https://docs.telerik.com/kendo-ui/controls/conversational-ui/chat/chat-items#custom-templates.
Also, you can programmatically send messages by using the renderMessage method.
Regards,
Ianko
Progress Telerik
I repeat that in Kendo Angular 2 (3, 4, 5, 6, ecc..) is implemented easly.
Greetings,
Mattia
The only difference is that in Angular the definition of a message template is declarative. Whereas, in Kendo UI, programmatic. That difference, however, is expected as Angular enviroment is declarative and it is expected to be used in such a way. Whereas, JavaScript and jQuery environment is a strictly programmatic environment.
That said, the only difference is that you need to cal a method registerTemplate instead of declaring it. Here you are a dojo example: https://dojo.telerik.com/ILorIVen.
Regards,
Ianko
Progress Telerik
Hello,
I know that it's an old topic, but I don't want to create a new one.
I started work with Angular kendo chat ui and I stuck with a problem related with kendoChatMessageTemplate.
How I can create a message template without parents? because now my template is inside div with class k-bubble, which is unnecessary for me.
Hi Damian,
Your question is related to the Kendo UI for Angular Chat component. I suggest you posting your question in the corresponding forum so that you can get an answer specific to the Angular component: https://www.telerik.com/forums/kendo-angular-ui.