user220583
user220583

Reputation:

Does silverlight's pivot viewer support html descriptions?

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.

Upvotes: 0

Views: 207

Answers (1)

Tony Champion - CDS
Tony Champion - CDS

Reputation: 865

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.

Upvotes: 0

Related Questions