Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
SfPullToRefresh does not trigger when SfDataGrid has been scrolled
Hi,
In my application, an SfDataGrid is placed inside an SfPullToRefresh control. The SfDataGrid has AllowPullToRefresh explicitly set to False, as the refresh gesture should be handled only by the parent SfPullToRefresh.
However, the pull-to-refresh gesture only works when the SfDataGrid is scrolled completely to the top. As soon as the user scrolls downward within the grid, the pull-to-refresh gesture stops working entirely. Scrolling back to the top restores the expected behavior.
This issue occurs consistently across all supported platforms.
Expected Behavior: Pull-to-refresh should work regardless of the current scroll position of the SfDataGrid, as long as AllowPullToRefresh is disabled on the grid and the gesture is meant to be handled by the parent SfPullToRefresh.
Please fix.
Best regards,
Michael