jQuery UI Widgets Forums Grid Resize column height

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Zabelsky 7 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Resize column height #86949

    Zabelsky
    Participant

    Hello.
    How change column height correctly?
    When I use
    .jqx-grid-content > #contenttablegrid_companies_main > div {
    height: 30px !important;
    }
    instead default value height: 60px
    When I was clicked on second row,for example, in grid clicking first and etc.
    Click on 6td row, in grid clicking 3..
    Hope u helps me

    Resize column height #86964

    Ivo Zhulev
    Participant

    Hi AlexeyZabelsky,

    The element you are pointing to is a grid ROW not a Column.
    Do you mean you want to change the row’s height on click?

    Best Regards,
    Ivo

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

    Resize column height #87044

    Zabelsky
    Participant

    Sorry, put it wrong.
    I want,that height of row will rezise depending on data,which I inserts in rows.

    Resize column height #87064

    Ivo Zhulev
    Participant

    Hi AlexeyZabelsky,

    Use the autorowheight prop of the jqxGrid.

    Best Regards,
    Ivo

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

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

You must be logged in to reply to this topic.