Hi,
I am using
Infragistics.Controls.Interactions.XamHtmlViewer in my Silverlight project. I assigned a valid URI to SourceUri property. I also wanted the URL to open in a new window. Can you help me with the code?
Currently I have
this.xamHTMLProjections.SourceUri = new Uri(strURL);
xamHTMLProjections is of type - Infragistics.Controls.Interactions.XamHtmlViewer
Thanks,
Girish
Hello Girish,
Thank you for contacting Infragistics. We had a chat regarding this matter and I explained that another window would have be created and launched in order to keep the XamHTMLViewer separate from the rest of your application.
I attached a sample demonstrating how to use the XamHTMLViewer as a standalone window. Let me know if you have any questions.
HTMLViewDevIssue.zip
Sincerely,
Michael Di FilippoAssociate Software DeveloperInfragistics, Inc.www.infragistics.com/support
Hi Michael,
Can you send me a sample solution explaining above trick. Attached sample is not helping me. Try to launch the URL in a separate window. Thanks for your help!
Best Regards,