jQWidgets Forums

This topic contains 2 replies, has 2 voices, and was last updated by  Claudio 9 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    General CSS Posts
  • General CSS #73516

    Claudio
    Participant

    Hi there,
    is there a way to to alter the rowheight of e.g. a jqxGrid. I tried it by using this css

    div[role=row]{
        height:30px!important;
    }

    but the grid doesn’t work properly afterwards…

    all rows have an inline style of 25px height… I want to change that without corrupting the funtionality of the grid.

    General CSS #73521

    Dimitar
    Participant

    Hi Claudio,

    You can do this by setting the grid property rowsheight to 30, e.g.: http://jsfiddle.net/jqwidgets/ayTST/.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    General CSS #73522

    Claudio
    Participant

    Superb.
    Sorry I haven’t seen this property in the API… (it is listed there)

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

You must be logged in to reply to this topic.