Hi,
I have a LightSwitch 2012 project in which I added a Silverlight project to include the Telerik RadRichTextBox as a custom control to display text that is stored as RTF data in the database.
My control has the following xaml:
The control is added on a LightSwitch details screen and bound to a text property that contains text stored as rtf.
For some reason however the control is showing perfectly on the screen, but no data is shown in the control.
I know data is present, because for debugging purposes I've added a text control to show the data as plain text.
Is there something I'm missing here?