Declined
Last Updated: 18 Apr 2024 10:35 by ADMIN
Created by: Christian
Comments: 2
Category: Chat
Type: Bug Report
0

I have a chat widget configured like this:


let chat = $(target).kendoChat({
			messages: {
        placeholder: ResourceManager.GetInstance().getResource("SR_TYPE_A_MESSAGE")
      },
      user: user, 
      post: async (m: kendo.ui.ChatPostEvent) => await this.post(m),
    }).data("kendoChat");

 

If the post handler tries to await a call to a web  service (to do some translation/tag substitution) then the message is posted to the chat and the results of the web call are ignored.

Unplanned
Last Updated: 18 Apr 2024 06:40 by Christian
Created by: Winanjaya
Comments: 2
Category: Chat
Type: Feature Request
3
multiline message is a basic feature that Kendo Conversational UI should have..
Declined
Last Updated: 18 Apr 2024 06:28 by ADMIN

The current chat widget renders the user-input as an INPUT control, which means it cannot support multi-line support.

Wish for the option of rendering a TEXTAREA control instead of an INPUT for the chat widget:

 

Something like the following:
let chat = $(target).kendoChat({
  messages: {
        placeholder: ResourceManager.GetInstance().getResource("SR_TYPE_A_MESSAGE"),
        textarea: true
    },
      user: user, 
      post: async (m: kendo.ui.ChatPostEvent) => await this.post(m),
    }).data("kendoChat");

Unplanned
Last Updated: 29 Mar 2024 12:58 by ADMIN
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

Unplanned
Last Updated: 12 Apr 2021 06:25 by ADMIN
Created by: David
Comments: 0
Category: Chat
Type: Feature Request
1
Similar to the RenderMessage method from the API of the Chat component, we need to render a message on top of the messages list (not as last).
Unplanned
Last Updated: 25 Feb 2020 13:07 by ADMIN
Created by: Jarmo
Comments: 1
Category: Chat
Type: Feature Request
0

Hi,

message list is not scrolled down when attachments are rendered (see dojo). I'm pretty sure it should scroll the same way it does when rendering messages.

Best regards,
Jarmo

Unplanned
Last Updated: 23 Dec 2019 12:32 by ADMIN
Created by: Jarmo
Comments: 0
Category: Chat
Type: Feature Request
1
I would like to be able to show a group that contains message history by prepending messages in a separate group.
Unplanned
Last Updated: 27 Nov 2019 08:43 by ADMIN
Created by: marcel
Comments: 3
Category: Chat
Type: Feature Request
7
I would like to see a chat control with different layouts like skype, whats-app etc.
Unplanned
Last Updated: 27 Nov 2019 08:42 by ADMIN
Created by: Simeon
Comments: 1
Category: Chat
Type: Feature Request
3

How can I make the chat component offer infinite backwards scrolling to make previous historical conversations load.  Like iMessage.  In WPF I can get at the scrolling container and faff about with loading the data, maybe.  

See my other ticket view-ticket/1385134

and feedback request

https://feedback.telerik.com/wpf/1385308-chat-implement-endless-scrolling-functionality

 

si 

Unplanned
Last Updated: 21 May 2019 07:38 by ADMIN
Currently, the Chat widget has built-in support only for the Hero Card type. Implement built-in templates for the rest of the card types that are listed here.