Skip to content
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

Add outlet element to the templated combos in the Grid Cascading Combos sample #3551

Closed
ddaribo opened this issue Oct 23, 2024 · 0 comments
Closed

Comments

@ddaribo
Copy link
Contributor

ddaribo commented Oct 23, 2024

Description

Related to #3499

The Grid with Cascading Combos sample, when implemented with more records would involve scrolling. As the combos are reused because of virtualization, on scroll any prior opened dropdown would remain open. Adding an outlet element to the combos is needed so that the built-in logic in the IgxGrid that closes any overlays on scroll could handle this scenario.

<igx-simple-combo .." [overlaySettings]="{ outlet: grid1.outlet }">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants