jQWidgets Forums

jQuery UI Widgets Forums Grid Get ALL rows, regardless of filtering

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Get ALL rows, regardless of filtering #78506

    andrewstanton
    Participant

    Hi,

    I want to save the contents of a jqxGrid to a database, so I want to get an array of all rows that I can pass to a JSON service.

    The “getRows” method does this but it reflects the way the grid is filtered on the screen.

    What is the equivalent of “getRows” but ignoring any filtering/sorting/grouping currently on the grid? I need ALL the rows in the grid regardless of any filtering applied.

    Many thanks,
    Andy.

    Get ALL rows, regardless of filtering #78517

    ivailo
    Participant

    Hi andrewstanton,

    You can use getboundrows method. It will return all rows no matter of filtering, sorting, etc.
    Here is the 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.