Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Problem with a disappearing flygrid.

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Problem with a disappearing flygrid.
Link Posted: 14-Mar-2006 21:23
Hello!

We have a great problem with the flygrid.
We use C#.

Sometimes when we choose View Designer the flygrid control is
automatically deleted.
It is there when we choose View Designer but then after a seconds or
something like that the flygrid control is deleted.

A reason to the problem might be that we have manually edit the
InitializeComponent() because we have created a new class called
ExtFlygrid which inherit from the NineRays flygrid.
We have manually changed a row in the InitializeComponent() the
changed row is
"this.flg_BottomBB = new NineRays.Windows.Forms.FlyGrid();"
we have changed the row to this row
"this.flg_BottomBB = new ExtFlyGridNsp.ExtFlygrid();"

So my question is if the problem with automatically deleted flygrid
depends on our modification in the InitializeComponent().
If the problem depends on the modification in the InitializeComponent()
then how do we do if we want to inherit from the flygrid.

If the problem has nothing to do with the modification in the
InitializeComponent() what is then the reason to our problem.

This problem is very annoying for us.

//Tony
Link Posted: 15-Mar-2006 01:18
No, this problem can't be depends on your modifications in the InitializeComponent,
perhaps problem in that your project have no references to the ExtFlyGridNsp or ExtFlygrid
incorrectly initializes (not called base constructor for example).