This is a migrated thread and some comments may be shown as answers.

RadRichTextBox - How to add Author to "Comment"

1 Answer 88 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Ramalingam
Top achievements
Rank 1
Ramalingam asked on 15 Oct 2014, 08:56 AM
Hi Team,
    I am setting current User Name in both of these places 

1) At Constructor of my User Control (after calling "Initialize Component")

    myRichTextEditor.CurrentUser = "My Current Logged in User";

2) "myRichTextEditor_CommentShowing" event.

private void myRichTextEditor_CommentShowing(object sender, CommentShowingEventArgs e)
        {
            e.AppearanceSettings.BorderBrush = new SolidColorBrush(Colors.Green);
            e.Comment.Author = "My Current Logged in User";
        }
However the "Author" Name is not displayed in "Comment".
Could you please help me to solve this.
Thanks.
Obuliraj Ramalingam



1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 20 Oct 2014, 07:13 AM
Hello Ramalingam,

When you set a comment's author in the CommentShowing event handler, this information will be exported, but not shown. Unfortunately, in its current implementation RadRichTextBox doesn't fully support the author and date created comment fields and this is why this information cannot be visible. 
However, I've created a feedback item, which is related to the corresponding item in our backlog, so you can track its progress and be notified about changes. I can assure you we will do our best to make this feature available in RadRichTextBox as soon as possible, but I cannot commit to a specific time frame when exactly this will be done.


Regards,
Todor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RichTextBox
Asked by
Ramalingam
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or