jQuery UI Widgets Forums Grid Jqxgrid status bar position is off

This topic contains 3 replies, has 3 voices, and was last updated by  Dimitar 10 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Jqxgrid status bar position is off #58246

    jr
    Participant

    Hey there Im having an issue with a grid statusbar.
    position is off
    working

    The grid is bound with knockout, and the statusbar seams to only be correctly position itself when there is one row. so when I change the data in the observable array that the grid uses as a datasource the statusbar gets messed up. Any ideas on why this may be happening?

    My grid definition:

    <div data-bind="jqxGrid: {
        source: OffloadRequests,
        theme: 'IMS',
        autoheight: true,
        pageable: true,
        pagesize: 100,
        pagesizeoptions: ['10', '25', '50', '100', '500', '1000'],
        sortable: true,
        columnsreorder: true,
        width: '99%',
        columnsresize: true,
        editable: true,
        sortable: true,
        filterable: true,
        enabletooltips: true,
        selectionmode: 'singlerow',
        showstatusbar: true,
        statusbarheight: 50,
        columns: [
            { text: 'Offload Number', dataField: 'OffloadNumber' },
            { text: 'Status', dataField: 'StatusDescription' },
            { text: 'Ship', dataField: 'ShipName' },
            { text: 'Offload Date', dataField: 'OffloadDate' },
            { text: 'Port', dataField: 'PortName' },
            { text: 'Title', dataField: 'Title' },
            { text: 'Created By', dataField: 'CreatedBy' }
        ]
    }"
                                    id="jqxgrid">
    Jqxgrid status bar position is off #58261

    Dimitar
    Participant

    Hello jr,

    We cannot determine what causes the issue from the provided code only. Please check out the Knockout demo Paged Grid which shows that the pager is positioned correctly even after more rows are added to the grid.

    Best Regards,
    Dimitar

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

    Jqxgrid status bar position is off #60543

    Windmill
    Participant

    I am having the exact same problem and the demo has not helped me.

    Jqxgrid status bar position is off #60576

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

You must be logged in to reply to this topic.