Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am developing a WPF application and using WPF toolkit datagrid.I am using too many grouping/sorting of datagrid in between the process.During each time of grouping/sorting it uses about 10mb of memory and after a specific period the UI become slow.If I am forecefully call GC.Collect, it works fine.Anybody knows about this issue??
Posted
Updated 15-Jun-10 1:57am
v3

I am not able to help you directly but I found this[^] thread on MSDN Social where the poster seems to be having the same sort of problems as yourself.

Have a read through and see if it fits your scenario.

Good luck! :)
 
Share this answer
 
Thank you for your reply.A bug is reported in microsoft site as following.Really is it the issue. see http://connect.microsoft.com/VisualStudio/feedback/details/519347/wpf-datagrid-leaks-memory-when-sorting-in-grouping-mode[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900