Hi,
is there a know problem with the RadRichTextStatusBar + SelectedLayoutMode?
i tried:
This cause an error:
NullReferenceException in StatusBar!
Is it not possible to set this Option in xaml or c#? Without this Option the Editor and StatusBar is working great!
Thanks
Regrads
Rene
is there a know problem with the RadRichTextStatusBar + SelectedLayoutMode?
i tried:
<
telerik:RadRichTextBoxStatusBar
Grid.Row
=
"4"
AssociatedRichTextBox
=
"{Binding ElementName=editor, Mode=OneTime}"
telerik:StyleManager.Theme
=
"Metro"
SelectedLayoutMode
=
"Paged"
Name
=
"EditorStatusBar"
/>
This cause an error:
NullReferenceException in StatusBar!
Is it not possible to set this Option in xaml or c#? Without this Option the Editor and StatusBar is working great!
Thanks
Regrads
Rene