jQWidgets Forums

jQuery UI Widgets Forums Grid Getting Records displayed

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Getting Records displayed #79212

    nagaveni
    Participant

    Hi,

    Currently i am bind 1500 records to grid and i am using paging and searching and sorting to this grid,
    Now i am displaying records 50 per page using paging.
    In Bind complete i am trying to get records that currently displayed in the grid (means 1-50)

    I tryed with all these

    var displayRows = $(‘#LoanActivityGrid’).jqxGrid(‘getdisplayrows’);
    var rendergridrows = $(‘#LoanActivityGrid’).jqxGrid(‘rendergridrows’);
    var rows = $(‘#LoanActivityGrid’).jqxGrid(‘getrows’);

    These all are giving all rows binded to grid

    can you please give an suggestion to get displayed records(1-50) in the page.

    Getting Records displayed #79260

    ivailo
    Participant

    Hi nagaveni,

    You can get all the records and the to slice the array.
    With getpaginginformation you can get info about the page where you are at the moment of export.
    Here is a demo.

    Best Regards,
    Ivailo Ivanov

    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.