jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Scroll

This topic contains 2 replies, has 2 voices, and was last updated by  Gary 12 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Grid Scroll Posts
  • Grid Scroll #16246

    Gary
    Participant

    Can anybody tell me if it is possible to position to a specific row. I would like to present last page or row to user in program control.

    Thanks,

    Gary

     

    Grid Scroll #16251

    Peter Stoev
    Keymaster

    Hi Gary,

    You can use the “ensurerowvisible” method.

    // @param Number. The row index.
    $('#grid').jqxGrid('ensurerowvisible', 100);

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid Scroll #16257

    Gary
    Participant

    Peter,

    Thanks…

    Just what I needed.

    Gary

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

You must be logged in to reply to this topic.