Unplanned
Last Updated: 12 Mar 2019 14:39 by ADMIN
Created by: Simeon
Comments: 1
Category: Chat
Type: Feature Request
3

Currently, when the user opens the chat screen, the app gets the messages and scrolls to the bottom by default. The user wants to get more messages from the server as he/her scrolls up.
Unplanned
Last Updated: 27 Jan 2020 14:03 by ADMIN
Created by: Benjamin
Comments: 0
Category: Chat
Type: Feature Request
2

Hello,

 

It would be great to be able to tag an author with @.

The idea is to provide an authors list like in skype :

The authors list could be setted with binding from ViewModel by example. Message could have a tagged authors list too in order to easily send a notification to all tagged users from ViewModel.

 

Regards,

Unplanned
Last Updated: 05 Feb 2020 15:46 by ADMIN
Currently, the MessageGroup uses a default string format of 't'. Allow setting a different format. For example, the RadChat control can expose a new CreationDateFormat property.
Unplanned
Last Updated: 22 Sep 2020 12:01 by ADMIN
Created by: Hans
Comments: 1
Category: Chat
Type: Feature Request
2

Hello!

I wounder how you support the use of emojis in the WPF Chat component. Or is it supported?

Best regards

Hans

Completed
Last Updated: 26 May 2020 15:02 by ADMIN
Created by: prashant
Comments: 1
Category: Chat
Type: Feature Request
0

Hi,

Quick question on solution provided in the ticket : https://www.telerik.com/account/support-tickets/view-ticket/1464733 . 

It looks like we would need to show few SuggestedAction in vertical and others in horizontal orientation. Is it possible to set the orientation value from chat control ? 

Something like this ...

<ItemsPanelTemplate>

<VirtualizingStackPanel IsItemsHost="True" Orientation="{Binding RelativeSource={RelativeSource AncestorType={x:Type telerik:RadChat}},

Path=SuggestedActionOrientation}"/>

</ItemsPanelTemplate>