jQWidgets Forums

jQuery UI Widgets Forums React scroll position

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • scroll position #103990

    ganesh
    Participant

    Hi,
    How I will get scroll position event in jqxGrid. I want to perform some action when user scroll this grid.

    any suggestions are greatly appreciated.

    Thanks
    Ganesh

    scroll position #104047

    Martin
    Participant

    Hello Ganesh,

    Unfortunately, jqxgrid does not have a scroll event. You can obtain the scroll position by using the scrollposition method:

    const position = this.myGrid.current!.scrollposition();
    const left = position.left;
    const top = position.top;

    Best Regards,
    Martin

    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.