jQWidgets Forums

jQuery UI Widgets Forums Grid Vertical Scrolling in Grid Programmatically

Tagged: 

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

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

  • alexx
    Member

    Is there a way to trigger a scroll programmatically without clicking the clicking on or scrolling the vertical scroll bar?

    I am current working on a grid implementation that requires no pager at bottom of grid (pageable:false) but virtual mode enabled. I would like to be able to mimic paging via the virtual scroll bar. The gotopage() function only works if pageable is enabled on grid.


    Peter Stoev
    Keymaster

    Hi alexx,

    You may take a look at the Virtual Scrolling sample. It loads the data on small chunks only for the visible area.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    alexx
    Member

    Thanks Peter,
    The Virtual Scroll Sample didn’t help with what I was looking; however, I was able to achieve my goals by utilizing jqxGrid(‘scrolltop’). Users who have similar need should bear in mind that the scroll position is in reference to virtual scroll size and not he grids viewable pane.

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

You must be logged in to reply to this topic.