I have added custom grouping for my RadGridView. I am setting the text for the group header using the GroupSummaryEvaluate handler, as shown in your documentation here: http://www.telerik.com/help/winforms/gridview-grouping-formatting-group-header-row.html
Question: Can I use two different fonts within my group header text? For example:
(begin font 1) Description of the group (begin font2) Number of child rows: 7
child row 1
child row 2
etc. etc. up to child row 7
If so, how can I do that?
-Lou