This question is locked. New answers and comments are not allowed.
Hi,
I'm working on a Silverlight-Webpart for SharePoint 2010 and need to display the value of a Sharepoint-RichtextField with Telerik RadRichTextBox. The value i get from the SharePointField is a string that, for example, looks like this one:
Now I need to bind that value to RadRichTextBox (as read-only) using the ViewModel for Silverlight.
How can i accomplish this assignment.
Thanks,
Dee
I'm working on a Silverlight-Webpart for SharePoint 2010 and need to display the value of a Sharepoint-RichtextField with Telerik RadRichTextBox. The value i get from the SharePointField is a string that, for example, looks like this one:
<div class="ExternalClassE5958014B77E48BFA7FE351033E01472"><p><span style="font-size:18pt"> Programming SharePoint 2010 Modal Dialog – Part 1</span><br style="font-size:18pt" /><img width="563" height="480" alt="Hydrangeas.jpg" src="/SiteAssets/Lists/ProzessTexte/EditForm/Hydrangeas.jpg" style="margin:5px;width:195px;height:146px;font-size:18pt" /><br />All about Modal Dialog in SharePoint 2010</p><div class="entry"><div>This article will try to summarize all information required to work with modal dialogs in SharePoint 2010</div><h3>To display a modal dialog and load a page..</h3></div></div>Now I need to bind that value to RadRichTextBox (as read-only) using the ViewModel for Silverlight.
How can i accomplish this assignment.
Thanks,
Dee