jQWidgets Forums

jQuery UI Widgets Forums Grid Scroll position to right

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 11 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Scroll position to right #24107

    prgahlod1
    Member

    Hello,

    I have 2 questions with the JqxGrid.

    1)How to set horizontal scroll position to right.
    2)How to hide rows.

    Thanks

    Scroll position to right #24117

    Mariya
    Participant

    Hi prgahlod1,

    It is not possible to hide rows you can only hide columns using ‘hidecolumn’ method.
    If you want to change the scroll position you can use the ‘scrolloffset’ method as shown:
    //@param Number. Top position.
    //@param Number. Left position.

    $('#jqxGrid').jqxGrid('scrolloffset', 0, 20);

    Best Wishes,
    Mariya

    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.