Hi,When I'm scrolling around in the datagrid, the app's memory usage keeps going up, from about 200MB to over 1000MB and never goes down. Looks like the virtulization is working but memory isn't released. Is there anything can cause this behavior? Please advise, thanks.Cheers,Daniel
Hello Daniel,
Is there anything specific to your scenario? Can you please provide us with a sample demonstrating the issue so that we can look into it?
I will try to see if I can isolate this issue.
One thing I noticed is that if I don't specify editor style in the field, it will reclaim memory when scrolling.
However, strange enough, if I don't specify that, the
OnInitializeCellValuePresenter
doesn't get hit when I'm scrolling horizontally, but I'm relying on that event to do formatting.
Thanks.