jQWidgets Forums

jQuery UI Widgets Forums Grid virtualmode Issue

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • virtualmode Issue #10542

    DavidSimmons
    Participant

    I am trying to use virtual mode with not paging. When trying to use virtualmode=true, I get no records. Set virtualmode=false I get my records. Also I was trying to show record counts with datainformation, but rowscount is always 0. Is there a better way of doing this?

    var datainformation = $(‘#grid’).jqxGrid(‘getdatainformation’);
    var rowscount = datainformation.rowscount;
    var sortinformation = datainformation.sortinformation;
    var sortcolumn = sortinformation.sortcolumn;
    var sortdirection = sortinformation.sortdirection;
    var paginginformation = datainformation.paginginformation;
    var pagenum = paginginformation.pagenum;
    var pagesize = paginginformation.pagesize;
    var pagescount = paginginformation.pagescount;

    virtualmode Issue #10543

    Peter Stoev
    Keymaster

    Hi David,

    This sample shows how to use the Grid in virtual mode without paging: virtualscrolling.htm.

    In virtual mode, records are loaded on demand on every scroll or page change.

    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.