-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(igxHierarchicalGrid): Add api to navigate to a specific child grid. #15201
base: master
Are you sure you want to change the base?
Conversation
...cts/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts
Show resolved
Hide resolved
...cts/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.navigation.spec.ts
Outdated
Show resolved
Hide resolved
...cts/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts
Show resolved
Hide resolved
...cts/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In AppBuilder, the implementation works correctly in the design surface, but only when the zoom level is set to 100%. If the zoom level is changed (e.g., below 100%), the scrolling behavior breaks, and navigation to the child grids no longer works as expected.
You can reproduce this issue in the dev demos by adding a transform: scale(0.5, 0.5)
style to the .content
class in the _app-layout.scss
file. This might indicate that the scrolling logic does not properly handle transformations or scaled layouts.
Closes #14912
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)