DataGrid memory usage #3894
Unanswered
bastigerner
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Here's a sample I created which i think shows something very intersting. Commenting out the TriggerDetailRow call is on purpose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @David-Moreira,
so we sort of have a problem with our DataGrid.
We are using huge data collections and are rapidly reaching our process memery cap when using detailrows.
How is the memory and storing of detail rows handled?
Currently when we open a DetialRow it adds arround 100mb of memory which is sort of not perfect but might has to happen.
But when we close the exact same row again is also adds 100mb of memory.
Any information on that?
Kind regards
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions