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

Text overlap on ribbon

3 Answers 66 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Zak
Top achievements
Rank 1
Zak asked on 13 Apr 2012, 07:56 PM
This may be easy, but I'm very new to these controls. What could cause the RichTextBox's ribbon to collapse like this?

3 Answers, 1 is accepted

Sort by
0
Zak
Top achievements
Rank 1
answered on 13 Apr 2012, 08:24 PM
Nevermind, found the problem. Project used RibbonBar to define the template, but both RibbonView and RibbonBar were referenced.I guess Silverlight just didn't know what to do.
0
Zak
Top achievements
Rank 1
answered on 13 Apr 2012, 10:12 PM
Double nevermind. It fixed it once and now it's goofed up again.
0
Iva Toteva
Telerik team
answered on 17 Apr 2012, 02:58 PM
Hello Zak,

We have not observed such an issue before. Please, quote the exact version of controls you are using and which of the two controls - RadRibbonBar or RadRibbonView? A list of the dlls you have added and the way you have declared the RibbonUI would also be appreciated.

You can also refer to this article for a list of the assembly references required for RadRichTextBoxRibbonUI. For example, in the latest version, you should reference:
  • Telerik.Windows.Controls.ImageEditor;
  • Telerik.Windows.Controls.Input;
  • Telerik.Windows.Controls.Navigation;
  • Telerik.Windows.Controls.RibbonView;
  • Telerik.Windows.Controls.RichTextBoxUI
You should also make sure that the following two assemblies are not referenced:
  • Telerik.Windows.Controls.RibbonBar;
  • Telerik.Windows.Controls.RadRichTextBoxRibbonBarUI.

I hope this helps.

Kind regards,
Iva Toteva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
RichTextBox
Asked by
Zak
Top achievements
Rank 1
Answers by
Zak
Top achievements
Rank 1
Iva Toteva
Telerik team
Share this question
or