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
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Reproduced on the release/9.0 branch.
Issue description
When a TabPage containing a DataGridView is removed from a TabControl in the WinForms designer, an error message appears stating: Error invoking 'Remove Tab'. Details: Designer is not initialized
DGVinTabPage.mp4
Steps to reproduce
Open the test sample: DemoConsole in Winforms repo.
Switch to the TabControl and TableLayoutPanel tabpage and drag the DataGridView control in the lower right corner onto one of the TabPage .
Attempt to remove the TabPage by opening the smart tag and click "Remove Tab".
More Info:
The issue cannot be reproduced with any other controls in TabControl and TableLayoutPanel tabpage
The text was updated successfully, but these errors were encountered:
@Syareel-Sukeri - does this also occur when you remove the offending tab by using the CollectionEditor? @LeafShi1 can your team investigate what might be causing this?
@merriemcgaw Yes, the issue still reproduces when removing the TabPage using the Collection Editor with same 'Designer is not initialized' error appears.
.NET version
main branch of WinForms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Reproduced on the release/9.0 branch.
Issue description
When a TabPage containing a DataGridView is removed from a TabControl in the WinForms designer, an error message appears stating:
Error invoking 'Remove Tab'. Details: Designer is not initialized
DGVinTabPage.mp4
Steps to reproduce
More Info:
The text was updated successfully, but these errors were encountered: