In my project I use angular js and jqx-grid.
My grid is grouped(groupable=true, groups=["myMember"]
) by a column and all groups are collapsed.
Edit mode is enabled by setting editable=true
in grid settings.
If there are more than just a few entries the grid have some problem to focus the selected element.
If the upper groups aren’t expanded the grid scrolls down and the selected row isn’t inside the view anymore.
It looks like the grid scroll to the row position, but doesn’t consider if some rows aren’t show because of a collapsed group.
I made a fiddle to show my issue
http://jsfiddle.net/7xz6bww1/
Thank you very much for a helpful answer
Best regards
Simon