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

The xaml design is different from the runtime application in RadRichTextBoxRibbonUI

2 Answers 66 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Abdechafi
Top achievements
Rank 1
Veteran
Abdechafi asked on 10 Feb 2021, 10:05 AM

I have a problem in the runtime application with the theme , in fact, I didn't get the same format that was displayed in the xaml designer .

the problem is related to the undo button as you can see in the attachments .

How can I fix this problem of design?

2 Answers, 1 is accepted

Sort by
0
Abdechafi
Top achievements
Rank 1
Veteran
answered on 10 Feb 2021, 11:20 AM

I fixed the problem by commenting this line (see the code below ) . Indeed, I forget to write in the first post that I'm using the user control of Telerik Editor that I've downloaded from the official repo of Telerik ).

public TelerikEditor()

      {
          InitializeComponent();
          
         // IconSources.ChangeIconsSet(IconsSet.Modern);

      }
0
Dimitar
Telerik team
answered on 10 Feb 2021, 01:41 PM

Hi Abdechafi,

I am glad that you have found a solution to this. Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
RichTextBox
Asked by
Abdechafi
Top achievements
Rank 1
Veteran
Answers by
Abdechafi
Top achievements
Rank 1
Veteran
Dimitar
Telerik team
Share this question
or