I have an actionstrip menu on the right side of my grid. When opened, the elements extend off the screen. Is there any way to align or shift the expanded menu to the left? I am using an IGX Grid, and the standard actionstrip as a menu (*igxActionStripMenuItem) directive.
If your ActionStrip menu in the IGX Grid exceeds the viewing area, consider enabling scrolling or setting a max-height with overflow properties in CSS. Alternatively, reposition the menu dynamically using JavaScript to ensure it stays within the viewport.