Show html text into DataGrid - Silverlight
I'm afraid that I have a really hard problem. I need to show html text into a Silverlight DataGrid, I've been trying with the third party Devexpress 开发者_StackOverflowdatagrid and I have no idea how to do this.
Thanks
If you are using Silverlight 4 and the app is running out of browser you might want to give the WebBrowser control a go.
In most other cases I'd try to transform the HTML into XAML.
This could also be an interesting approach putting a div over the silverlight app
精彩评论