jQWidgets Forums

jQuery UI Widgets Forums Grid Bottom Row Partially Hidden

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Bottom Row Partially Hidden #55049

    mgaughan
    Participant

    Partially hidden row

    This only appears to be the case when there is a horizontal scroll in the grid.

    Hopefully someone can help me with a solid solution or any kind of workaround.

    I assumed I would be able to hack some CSS properties in the initialized or bindingcomplete events but these have failed as it appears the heights and tops of elements have not been completely set at these points.

    Any help would be appreciated.

    Bottom Row Partially Hidden #55071

    Dimitar
    Participant

    Hello mgaughan,

    This is a normal behaviour – if you set the grid’s height to a certain value, it positions all needed elements (header, scrollbar, statusbar, toolbar, etc.) and whatever is left of the height is used for row display. In your case, you can just adjust the height property of the grid. Moreover, you can set scrollmode to “logical” and the grid will always display whole rows no matter what the scroll position is (use this together with the height adjustment).

    Best Regards,
    Dimitar

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

    Bottom Row Partially Hidden #55092

    mgaughan
    Participant

    Thank you for the help.

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

You must be logged in to reply to this topic.