jQWidgets Forums

jQuery UI Widgets Forums Grid how to automatically scroll the grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • ryan paul
    Participant

    hi everyone,

    i have a grid the have a column of more than 20, it is editable.
    when i am encoding the data, when i fill the visible cell and hit the tab, it will not automatically scroll and the next column is not visible,
    is there anyway to do this?

    thank you


    Peter Stoev
    Keymaster

    Hi,

    The Grid has method – “scrolloffset”. It enables you to change the scroll position.

    //@param Number. Top position.
    //@param Number. Left position.
    $('#jqxGrid').jqxGrid('scrolloffset', 10, 20);

    You can also use the “ensurecellvisible” method to bring a cell into the view.

    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.