Is there a way to have multiple lines in an Ultragrid heading, each with different font/font sizes? For example, I want one line to be "Quarterly Report" in a 24 point font, with the company name below that in an 18 point font.
Did that work for you? Do you have further questions?
Hi,
What do you mean by "Ultragrid heading"? I'm guessing you mean the grid's caption area, which display the Text property of the grid?
If that's the case, then no, there's nothing built-in to the grid that would allow you to do that. But what you could do is turn off the grid's built-in caption (by setting Text to null or empty). Then place an UltraFormattedLinkLabel above the grid.
The UltraFormattedLinkLabel allows you to display formatted text with different fonts and colors.