Hi,
On our company's app, we've recently started implementing a WPF app with Xamarin.Forms. Our app uses quite a bit of SfDataGrid with a lot of data in them.
The issue we currently have is that whenever we close a page, the grid and all its components stay in memory and are never released. I've linked in this post a .zip of a sample project with a single grid.
In this sample, if we click on the "Go to list" button, it opens the page with the grid, and then if we click on the Back button, it closes the page and shows the main page again. I've made a few back and forth, and everytime we go back to the main page, around 500 kb have been added. If I remove the grid from the page, the memory usage stays around the same amount. (I've also linked an image with and without the grid to show the differences)
In addition to resolving this issue, I'd also like, if possible, to know if there is a way to solve this issue without updating the grid to a new version.
Attachment:
Grid_Issue_170499ec.zip