To reproduce: - Add RadCommanBar to a form and the shown and close the form several times.
Hi Mostafa, I am glad you are happy with our product. In regards to "buying the original one" I am not sure what do you mean by that. However, what I can advice is to contact sales@telerik.com with your sales enquiries and they will help you in the best way they can. I hope that you find this information useful.
Thanks Stefan for your response, In the latest version 2016, this memory leak is fixed. I had v.2014. Thank you Telerik for your amazing component. may I be honest: I am Iranian and I don't have any way to buy this component from your company. Could you please show me a way to buy original one. thanks a lot.
Hi Mostafa, may I please ask you to open a support ticket regarding your case and provide us with a sample and/or description how to replicate the observed leak, so we can log and handle it accordingly. Thank you.
I have same problem with radGridView. I attach my memory snapshot and the instance retention graph.
After further investigation we found that in the custom application there are two CommandBarStripElement which does not belong to the RadCommandBar in the Designer.cs file. In that case the CommandBarStripElement should be disposed manually or should be removed from Designer.cs. Please refer to the code snippet below which cause the issue with memory leak: this.commandBarStripElement3 = new Telerik.WinControls.UI.CommandBarStripElement(); this.commandBarStripElement4 = new Telerik.WinControls.UI.CommandBarStripElement();