jQWidgets Forums

jQuery UI Widgets Forums Grid Visible cells of Grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Visible cells of Grid #50815

    Ravishankar
    Participant

    Hi Peter,

    I am working on a project which uses jqxgrid for rendering a large data set.All I need is to get the cells in visible area.
    By visible cells, I mean only the cells in the visible area,not all the cells that I gave in the local data of source. The local data is provided as an array. I need to get only its visible subset.
    I hope you understand my problem.

    Thanks.

    Visible cells of Grid #50817

    Peter Stoev
    Keymaster

    Hi Ravishankar,

    The following returns all rows in the View i.e Sorting and Filtering are taken into account:

    var rows = $(‘#jqxGrid’).jqxGrid(‘getdisplayrows’);

    Best 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.