You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _destroyColumns method in ColumnReorder does not get called if ColumnSet overrides it, since it doesn't call this.inherited(arguments), so the column Dnd Sources are never destroyed when the grid is destroyed.
The text was updated successfully, but these errors were encountered:
The _destroyColumns method in ColumnReorder does not get called if ColumnSet overrides it, since it doesn't call this.inherited(arguments), so the column Dnd Sources are never destroyed when the grid is destroyed.
The text was updated successfully, but these errors were encountered: