jQuery UI Widgets Forums Grid jqx-grid-statusbar css

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 3 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqx-grid-statusbar css #107473

    nostromo
    Participant

    Dear, I have an aggregate “TOTAL” in the grid and I want to format it CSS.

    The size and color apply it, but not bold and margin.

    Any ideas?

    <style type=”text/css”>
    .jqx-grid-statusbar {font-size:12px; color:#03F; font-weight: bold; margin-left: 30px;}
    </style>

    jqx-grid-statusbar css #107487

    Hristo
    Participant

    Hello nostromo,

    You could use the aggregatesrenderer callback to set the desired style settings.
    Also, it is possible to do this with a little bit more complex selector but except the margin” option because it is set to inline.
    Please, take a look at this example:
    http://jsfiddle.net/vz8y259a/

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.