This question is locked. New answers and comments are not allowed.
Hi,
I'm getting crazy. I'm using Telerik LIB version but I'm not able to get databinding runnin in RichTextBox yet. In my application, I have a control qhen users may write an appointment via RichTextBox, that's running fine, altough I need to handle de richtextbox's DocumentcontentChanged event and manually update the view model object. Then, this text is stored in a DataBase in XamlFormat. In another usercontrol, I'm showing in readonly mode a list of appointmentes inside a ListBox control. In Listbox's ItemTemplate I'm using a RichTextBox with its IsReadOnly property set to true, I'm also using a XamlDataProvider to bind the view model's XamlText property to the RichTextBox, but is not showing any content. I've tried to do it programatically, that's using a UserControl as the ItemTemplate and on the Loaded event setting RichTextBox.Document manually with no results.
Please, I need help!!!
I'm getting crazy. I'm using Telerik LIB version but I'm not able to get databinding runnin in RichTextBox yet. In my application, I have a control qhen users may write an appointment via RichTextBox, that's running fine, altough I need to handle de richtextbox's DocumentcontentChanged event and manually update the view model object. Then, this text is stored in a DataBase in XamlFormat. In another usercontrol, I'm showing in readonly mode a list of appointmentes inside a ListBox control. In Listbox's ItemTemplate I'm using a RichTextBox with its IsReadOnly property set to true, I'm also using a XamlDataProvider to bind the view model's XamlText property to the RichTextBox, but is not showing any content. I've tried to do it programatically, that's using a UserControl as the ItemTemplate and on the Loaded event setting RichTextBox.Document manually with no results.
Please, I need help!!!