You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 }">
The text was updated successfully, but these errors were encountered: