jQuery UI Widgets Forums Grid EnsureRowVisiable and Grouping

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • EnsureRowVisiable and Grouping #105308

    nja
    Participant

    Hi,
    Can ensurerowvisible be used with grouping? If so is there an example?

    If I simple apply $(‘#jqxGrid’).jqxGrid(‘ensurerowvisible’, 75); the grid scrolls to the row.

    But if I add a grouping $(‘#jqxGrid’).jqxGrid(‘addgroup’, ‘EmployeeName’); then I am back at the top of the grid.

    Thanks,
    nja

    EnsureRowVisiable and Grouping #105317

    Todor
    Participant

    Hello nja,

    This is the expected behavior, because before grouping you could have 100 rows and ensurerowvisible scrolls you to 75th, but after grouping you could have only 20 rows.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.