jQWidgets Forums

jQuery UI Widgets Forums Grid pagesize

This topic contains 1 reply, has 1 voice, and was last updated by  Al 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    pagesize Posts
  • pagesize #75064

    Al
    Participant

    I have a grid that works perfectly for up to 40 rows. When the number of rows gets larger the later rows are arbitrarily missing.

    I tried adding pagesize: 150,
    pagesizeoptions: [‘100’, ‘150’, ‘200’],

    to the following setting (which works perfectly for up to 40 rows ), but no luck. Please advice.

    $(“#jqxgrid”).jqxGrid(
    {
    width: 1600,
    source: dataAdapter,
    pageable: true,
    autoheight: true,
    sortable: false,
    altrows: true,
    enabletooltips: false,
    editable: false,
    selectionmode: ‘multiplecellsadvanced’,
    pagesize: 150,
    pagesizeoptions: [‘100’, ‘150’, ‘200’],

    pagesize #75065

    Al
    Participant

    I found the problem. my bad. i was overriding the setting sin loadComplete of dataAdapter. Sorry.

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

You must be logged in to reply to this topic.