This question is locked. New answers and comments are not allowed.
Hi
i want to create a RadRichTextBox with a RadRichTextBoxRibbonBarUI and i use the following code.
But when i press the cut button nothing happen.
What do i wrong?
Miriam
i want to create a RadRichTextBox with a RadRichTextBoxRibbonBarUI and i use the following code.
<
telerik:RadRichTextBoxRibbonBarUI
ApplicationName
=
"Editor"
telerik:StyleManager.Theme
=
"Windows7"
Name
=
"radRichTextBoxRibbonUI"
Grid.RowSpan
=
"2"
DataContext
=
"{Binding ElementName=editor}"
>
<
telerik:RadRibbonTab
Header
=
"Home"
>
<
telerik:RadRibbonGroup
Header
=
"Clipboard"
>
<
telerik:RadRibbonButton
Text
=
"Cut"
Size
=
"Medium"
SmallImage
=
"/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/cut.png"
telerik:RadRichTextBoxRibbonUI.RichTextCommand
=
"{Binding Path=CutCommand}"
/>
</
telerik:RadRibbonGroup
>
</
telerik:RadRibbonTab
>
<
telerik:RadRichTextBox
x:Name
=
"editor"
AllowDrop
=
"True"
Drop
=
"editor_Drop"
telerik:StyleManager.Theme
=
"Windows7"
Grid.Row
=
"1"
Margin
=
"12,9,21,12"
/>
But when i press the cut button nothing happen.
What do i wrong?
Miriam