jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Aggregate Row Cuts off Final Data Row

Tagged: 

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

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

  • stobon
    Participant

    I am using a grid for my project, and the final data row is cut off by the aggregate sum row. Is there anyway to prevent this? The only workaround I have found is to zoom out on the browser window, but this is not ideal. I have set the scrollmode to ‘logical’ in the hopes that this may solve the issue, but the scroll bar still does not allow to scroll down any further after this change.

    final row cut off

    $("#jqxgrid").jqxGrid({
                        theme: 'energyblue',
                        width: '100%',
                        height: '90%',
                        scrollmode: 'logical',
                        source: dataAdapter,
                        autoshowfiltericon: true,
                        columnsresize: true,
                        showfilterrow: true,
                        filterable: true,
                        enabletooltips: true,
                        showstatusbar: true,
                        showaggregates: true,
                        columns: Columns,
                        showtoolbar: false
                    });

    Martin
    Participant

    Hello stobon,

    I have tested this Example using the code that you have sent and it is working fine.
    All rows are visible.

    Best Regards,
    Martin Yotov

    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.