jQuery UI Widgets › Forums › Grid › EnsureRowVisiable and Grouping
Tagged: #jqwidgets-grid, EnsureRowVisiable, grouping, javascript grid, jquery grid
This topic contains 1 reply, has 2 voices, and was last updated by Todor 5 years, 6 months ago.
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
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
You must be logged in to reply to this topic.