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,
I was not able to reproduce this. The InitializeCellValuePresenter event should fire as long as DataValueChangedNotificationsActive property is true. Are you using UnboundFields with custom templates?
Were you able to isolate the issue?
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.
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?