I am using Visual Studio 2003 (c++) c# example also fine.
I have created a custom datagrid called mydatagrid extending System::Windows::Forms::DataGrid.
When I added this in form1.h using include mydatagrid.h, it works. It does not show mydatagrid in the form1 designer, but shows all other controls.
How can view custom datagrid to windows forms designer?
I am also seeing a slow response in Visual Studio when I click form1 designer.
Thanks in advance,