On the chat UI below there are 2 white bubbles with the time of day over them. I'd like to add some text to this time of day so instead of saying "8:32 PM" it says, for example, "8:32 PM Contract # 5"
Is that possible and if so, how do I accomplish this?
Yes, it is possible to customize the time separator text in the RadChat control to include additional text, such as "Contract # 5" in the ChatMessageNameElement. You can achieve this by handling the ItemFormatting event and set the TextMessageItemElement.NameLabelElement.Text to the desired text: