Skip to content

Commit 90d2d47

Browse files
github-actions[bot]KB Bot
andauthored
Added new kb article editor-add-comment-in-inline-editing (#526)
Co-authored-by: KB Bot <[email protected]>
1 parent 36b0931 commit 90d2d47

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Adding Comment in RadEditor Inline Editing
3+
description: Learn how to add comments in RadEditor using Inline editing mode.
4+
type: how-to
5+
page_title: How to Add Comment in RadEditor Inline Editing | Telerik UI for ASP.NET AJAX
6+
slug: editor-add-comment-in-inline-editing
7+
tags: radeditor, inline editing, comment
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Property | Value |
14+
| --- | --- |
15+
| Product | RadEditor for ASP.NET AJAX |
16+
| Version | all |
17+
18+
## Description
19+
20+
When using the RadEditor in the inline editing mode, you may encounter an issue where the comment box does not appear when trying to add a comment. However, a comment is still created with the content "#empty comment#". This is due to the fact that the track changes and comments features are not supported in the lightweight inline editing mode of RadEditor.
21+
22+
## Solution
23+
24+
To add comments in RadEditor, you will need to use the standard editor mode instead of the inline editing mode. The standard editor mode supports all features, including track changes and comments.
25+
26+
Follow these steps to add a comment in RadEditor:
27+
28+
1. Switch to the standard editor mode.
29+
2. Place the cursor at the desired location in the editor where you want to add the comment.
30+
3. Click on the "Insert Comment" button in the toolbar.
31+
4. Enter the desired comment text in the comment box that appears.
32+
5. Click "OK" to add the comment.
33+
34+
By following these steps, you will be able to add comments in RadEditor when using the standard editor mode.
35+
36+
## Notes
37+
38+
Please note that the inline editing mode of RadEditor is designed to be a lighter version of the standard editor, lacking some features such as track changes and comments. If you require these features, it is recommended to use the standard editor mode.
39+
40+
## See Also
41+
42+
- [What is Inline Editing](https://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/editor-views-and-modes/inline-editing-mode)

0 commit comments

Comments
 (0)