Hi Martin,
You can customize the control used in the summary area by setting PropertyGrid.SummaryTemplate to a custom DataTemplate. You can even take the default DataTemplate, which currently uses TextBlocks, and tweak it to your needs (such as replacing the description TextBlock with an RichTextBox).
In any event, we've marked down your request to add default support for this type of feature.