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

MiniToolBar and ContextMenu no visible

1 Answer 98 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 20 Jan 2012, 04:48 PM
Hello,

the MiniToolbar and the ContextMenu are not visible.
If I select a text or cklick left in the RTB nothing happens.

This is my (simple) code:

<telerikRtf:RtfDataProvider
            Rtf="{Binding ElementName=simpleRichTextBox, Path=Text, Mode=TwoWay}"
            RichTextBox="{Binding ElementName=radRichTextBox}" />
        
        <telerik:RadRichTextBox Margin="2"
                                x:Name="radRichTextBox"
                                IsSelectionMiniToolBarEnabled="True"
                                IsContextMenuEnabled="True"
                                MinHeight="100"
                                IsReadOnly="{Binding ReadOnly}"
                                DocumentInheritsDefaultStyleSettings="True"
                                FontSize="8"
                                >
        </telerik:RadRichTextBox>


Thanks for you help,
Manuel

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 20 Jan 2012, 07:50 PM
Hi Manuel,

The UI that RadRichTextBox uses is included in a different assembly than the rich text box itself and is loaded through MEF.
You can read more on this topic in this article.

All the best,
Iva Toteva
the Telerik team

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

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