jQWidgets Forums

jQuery UI Widgets Forums Grid scroll bar in grid scrolls header/footer

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • scroll bar in grid scrolls header/footer #33208

    assaf.frank123
    Participant

    Hi,

    I have the following grid –

    $(“#jqxgrid”).jqxGrid(
    {
    width: ‘99.5%’,
    source: dataAdapter,
    theme: ‘darkblue’,
    groupable: true,
    editable:true,
    groupsrenderer:groupsrenderer,
    groupsexpandedbydefault: true,
    showgroupsheader: false,
    showgroupmenuitems: false,
    selectionmode: ‘singlecell’,
    groups: [‘object’],
    columnsresize: true,
    pageable: true,
    autorowheight: true,
    autoheight: true,
    selectionmode: ‘singlerow’,
    editmode: ‘click’,
    showtoolbar: true,

    ….

    In this grid I have a vertical scrollbar.
    For some reason this scrollbar scrolls the column header/groupheader/statusbar and the bottom paging info.

    I see in all the examples (such as grouping.htm) the the columns are fixed and do not scroll.
    Is there a setting I am missing to get this?

    Thanks.

    scroll bar in grid scrolls header/footer #33209

    Peter Stoev
    Keymaster

    Hi assaf.frank123,

    autoheight is set to true so you probably scroll through the browser’s scrollbar, because the Grid’s scrollbar in that case is disabled.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.