Completed
Last Updated: 30 Sep 2025 07:19 by ADMIN
Release 2025 Q4 (Nov)
Plastic
Created on: 05 Sep 2025 08:07
Category: Grid
Type: Bug Report
1
Grid ColumnMenu Memory Leak
A Grid component with a ColumnMenu increases memory usage due to event handler leaks specifically associated with the ColumnMenu.
6 comments
ADMIN
Tsvetomir
Posted on: 30 Sep 2025 07:19

Hello,

Thank you for reaching out again with additional feedback regarding the issue. We have investigated the problem, and I can confirm that there is room for improvement in GridToolBar events detachment. To address that, I have opened a new public bug report item on your behalf: Grid ToolBar Memory Leak.

As a creator of the item, you are automatically subscribed to receive email notifications for any status changes. Additionally, I can briefly inform you that the issue is already in development, and its fix is planned to be included in our next release.

I hope you find the provided information useful, and we apologize for any trouble caused.

Regards,
Tsvetomir
Progress Telerik

Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
Start the 2025 Survey
Plastic
Posted on: 24 Sep 2025 18:14
It's possible this method is not being called on public class GridToolBarContainer<TItem> : TableToolBarContainer

private protected void DetachBreakpointChanged()
{
  if (this.RootComponent == null)
    return;
  this.RootComponent.BreakpointChanged -= new Action(this.BreakpointChanged);
}
Plastic
Posted on: 24 Sep 2025 14:27
It looks like there are still some issues with the GridToolBar detaching events on dispose.



ADMIN
Tsvetomir
Posted on: 17 Sep 2025 13:41

Hello,

As an update on the item, I can briefly inform you that the fix is already available in version 11.1.1. To benefit from that fix, upgrade to our latest version.

In terms of the root cause, the issue stemmed from a missing detachment of certain events associated with the Grid column menu.

I hope this information serves you well.

Regards,
Tsvetomir
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Plastic
Posted on: 15 Sep 2025 13:54
Can you provide some detail on this fix?
What caused it and what was the solution?
Plastic
Posted on: 12 Sep 2025 15:34
In the Video I sent you guys, it looked like the Grid overall had leaks too.  Not just the column menu.