Declined
Last Updated: 09 Feb 2016 08:17 by ADMIN
ADMIN
Dimitar
Created on: 25 Nov 2015 11:33
Category: CommandBar
Type: Bug Report
1
FIX. RadCommandBar - memory leak in the RadCommandBarOverflowButton
To reproduce:
- Add RadCommanBar to a form and the shown and close the form several times.
5 comments
ADMIN
Stefan
Posted on: 09 Feb 2016 08:17
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.
mostafa
Posted on: 08 Feb 2016 20:29
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.
ADMIN
Stefan
Posted on: 08 Feb 2016 10:51
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.
mostafa
Posted on: 05 Feb 2016 17:38
I have same problem with radGridView. I attach my memory snapshot and the instance retention graph.
ADMIN
Ralitsa
Posted on: 11 Jan 2016 11:46
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();