Hello team,
So , I have a vertical scrolling in my. Grid. When I edit any row and open calendar and scroll down inside grid the calendar is scrolling down but ideally it should stick to that row like that save cancel button. How can I achieve that??
To fix the calendar position issue during vertical scrolling, you need to make the calendar popup use a fixed or absolute position relative to the edited row instead of the entire grid container. When the grid scrolls, dynamically recalculate the calendar’s position using JavaScript or your grid’s event hooks (like onScroll or onEditStart) so it stays anchored to the corresponding row element—similar to how the save/cancel buttons remain fixed. For example, just like proper Stump Removal requires keeping the base stable while removing excess layers, your calendar should remain attached to its parent row while the grid moves, ensuring a seamless and user-friendly editing experience.