Posted 20 June 2024, 5:24 am EST
Hello,
I am currently migrating a WinForms project using the ComponentOne TDBGrid from .NET Framework to .NET 8. I’ve encountered a problem and I’m hoping someone can clarify what I need to do.
In .NET Framework, I can right-click any TDBGrid and select “Design” from the context menu. This then opens a designer window, as detailed on this page: https://developer.mescius.com/componentone/docs/win/online-truedbgrid/truedbgrid-designer.html.
When I right-click a TDBGrid in the .NET 8 form designer, the context menu does not contain a “Design” item, so I can’t invoke the editor.
How can I open this window so that I can maintain the columns and settings of the grid?
I realise that FlexGrid is the preferred grid now, but unfortunately the amount of work required to migrate will be significant, so sticking with TDBGrid is the only practical option.
Thanks!