I have a application that I am using the telerik controls pretty extensively. The is an invoicing application where the user can have many invoices open at any given time. Everything seems to be working fine other than when the user closes an invoice and I remove the item from the observable collection that the RadTabControl has as a data source. The memory will continually go up and never back down. I have tried to profile this in just trace, however it doesn't see any major issues. I have double checked all of my lists and event handlers to make sure everything is being cleared when the viewModel is disposed.
I have read about the "IsContentPreserved" property of the tab control and that maybe that could be an issue. I change that to false and it didn't make any difference for me.
I have also tried just creating a new list and never adding it to the view to see what would happen and usage is tiny in comparison.
Any help on this would be cool
Thank you,
I have read about the "IsContentPreserved" property of the tab control and that maybe that could be an issue. I change that to false and it didn't make any difference for me.
I have also tried just creating a new list and never adding it to the view to see what would happen and usage is tiny in comparison.
Any help on this would be cool
Thank you,