Completed
Last Updated: 04 Jun 2018 13:45 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 24 May 2018 12:58
Category: RichTextEditor
Type: Bug Report
2
FIX. RadRichTextEditor - InsertCaptionDialog shows "radRichTextEditor1" text in the textbox
Workaround:

        public TextEditorRadForm()
        {
            InitializeComponent();
            ((RadForm)this.radRichTextEditor1.RichTextBoxElement.InsertCaptionDialog).Controls["radRichTextEditorLabel"].Text = "";
        }
Attached Files:
0 comments