Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Ultragrid Header question
posted

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.

Parents
  • 469350
    Suggested Answer
    Offline posted

    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.

Reply Children
No Data