Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Bug report: adding columns to grid in design time

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

Bug report: adding columns to grid in design time
Link Posted: 31-Aug-2005 05:59
Hi,

there is a bug that exists for a least the last 3 version:
when you add columns in design time to grid,
the generated code contains only the creation of the columns objects WITHOUT adding the columns objects to the grid columns collection.
the workaroung for now is adding the columns in runtime manually.

Thanks,

Oren.

p.s.
we're working in .net 2005 beta 2.
Link Posted: 31-Aug-2005 07:56
Visual Studio'05 after placing control onto form copies referenced assemblies into your own private storage and keeps these files separately

To solve this problem after placing FlyGrid control onto form add
to the project references following assemblies
NineRays.FlyGrid.Design.dll
and
NineRays.FlyGrid.Columns.dll
and reload project.

In VS'03 FlyGrid automatically adds references to these assemblies.