Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1118
Any working samples?
posted

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"/>