Hi Ivailo,
I'm trying to bind text from richTextBox, I just reproduced the example in the article you suggested and I'm getting the next exception;
The type 'XamlDataProvider' was not found because 'clr-namespace:Telerik.Windows.Documents.FormatProviders.Xaml;assembly=Telerik.Windows.Documents.FormatProviders.Xaml' is an unknown namespace. [Line: 9 Position: 115]
Code snippet:
Maybe I'm missing to reference an assembly. My project is referencing next telerik dll:
Telerik.Windows.Controls
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Controls.RibbonBar
Telerik.Windows.Controls.RichTextBoxUI
Telerik.Windows.Data
Telerik.Windows.Documents
Telerik.Windows.Documents.FormatProviders.Xaml