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

RadEditor Comments confussion

1 Answer 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ardian
Top achievements
Rank 1
Ardian asked on 06 Mar 2013, 04:47 AM
Hi,

I'm using RadControls AJAX Q2 2012.
I have a radeditor in a User Control but this is not really important.

I just started implementing the Comments feature but can't seem to know what is the logic behind this feature.

Use Case:
Editor A comments on a sentence in a text.
Editor B wants to comment on that sentence too but is not allowed to do so.

Why is this happening.

Also what is the point of Remove All Comments button when it only removes the current authors comments?

I'm setting the Author in codebehind as

dataNarrative.TrackChangesSettings.Author = Session["UserName"].ToString();

 

dataNarrative.TrackChangesSettings.UserCssId = Session["reU"].ToString();
dataNarrative.TrackChangesSettings.CanAcceptTrackChanges =

true;

 

 


As you can see both User CSS and AuthorName are taken from Database.

My questions are
1. How can I remove comments for all authors?
2. How can I comment on an already commented piece of text?
3. Why is there AcceptAllTrackChanges button that it only accepts current users changes and not all changes made to the text?
4. When you make a change to a text if you do not go to the next line by pressing the Enter Key, the next reviewer will not be able to add more lines of text, why is this?

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Mar 2013, 04:34 PM
Hi,

Could you please test the latest version Q1 2013 of RadEditor which offers multiple enhancements over the Comments and Track Changes features? You can test them in the following live demos:
Track Changes
and
Content Comments.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Ardian
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or