Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

While implementing the SfDataGrid control I have noticed that it causes a memory leak. It keeps a reference to the host page even after garbage collection.

I cannot attach the sample project directly to this ticket due to file size so please use the google drive link provided that will allow you to download the .zip folder.

Repo Steps
Open attached zip in VS2019 and select UWP as default platform Tap on Show Gauge Button Tap on X in top right corner Tap on "Force Collection" 3 times Take memory snapshot

Return test steps another 3 times.

Expected Result
0 instances of PosPage andchild pages retained in memory

Actual Result.
4 instances of PosPage and child pages retained


Thanks,

Liam