Has the downloadable project that uses 13.1 & XamRichTextEditor CTP been updated for 14.1? This is the intent: Take a populated byte array containing a Word file, use MVVM and populate the control...so far, I've had no luck. The XAML is below and unfortunately I haven't found a simple working example with databinding (code behind is OK too for any Infragistics examples that may be available; simpler, the better).
<ig:WordDocumentAdapter
Value="{Binding Path=bytComments,Mode=TwoWay}"
Document="{Binding ElementName=rtfComments,Path=Document,Mode=TwoWay}"
RefreshTrigger="ContentChanged"
Format="Word2007Document" />
<ig:XamRichTextEditor x:Name="rtfComments"/>
Hi,
Thank you for your reply. I am glad that you have managed to achive the desired functionality.
Perfect! That's exactly what I wound up doing last night. It's really appreciated...there's probably others that could use the sample app too.
Hello,
Thank you for your post. I was looking into your requirement and I created a sample application(RichTextEditor_WordDocumentAdapter.zip) where populating the WordDocumentAdapter using byte array that contains the Word file.
Please let me know, if you need any further assistance on this matter.