I’m building a silverlight pivot viewer collection which contains html descriptions; however the html markup is showing up in the description.
Does silverlight’s pivot viewer support html descriptions? If so please reference a tutorial.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PivotViewer does not support HTML out of the box. Depending on your the version you are running there are solutions to resolve this, by creating a custom detail pane.
If you are using the v1 PivotViewer there is no API for customizing the detail pane. However, if you take a look at PivotViewer Lessons you find an example of how to replace the detail pane.
In the SL5 version, it’s much easier to replace the detail pane. I have a blog post on doing that here on my blog : SL5 PivotViewer Custom Detail Pane
Then you can add a control to in your detail pane to parse out the HTML.