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!
Hi,
Would it be possible to add a feature where, if we edit a cell, and the cell goes offscreen (When the user scrolls), the edit is commited and the CurrentCellEndEdit event is called?
Currently, the cell is only unfocused. This has multiple issues on Android :
I have provided a sample app that replicates these issues.
In Xamarin.Forms, we had a custom implementation that let us do this by calling the EndEdit function in the entry's Unfocused event. However, it doesn't work correctly in MAUI because of some issues.