Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Bug Report: Binding Flygrid to Typed Dataset with reletions

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: Binding Flygrid to Typed Dataset with reletions
Link Posted: 14-Sep-2005 22:10
Hi,

We're trying to bind data to the Flygrid in a grid mode (not as a TreeView), by setting the Datasource property with a DataTable or a DataView (of a typed Dataset).

When we've used version 1.0 of your control it took us 1.5 seconds.
But with version 1.1 and 1.2 it takes over 60 seconds!!.

We tryed to find out what was the problem exacly, and we've found out that the flygrid has some problem with the relations of the table:
when we write in the code: Mydataset.Relations.Clear() and only then we bind the data to the grid it takes less then a second.

Can you tell us how to workaround this problem (clearing the relations is not an good option for us), or will you fix this in your next version?

Thanks alot,

Adi.
Link Posted: 14-Sep-2005 22:11
p.s We use Visual Studio 2005
Link Posted: 15-Sep-2005 07:13
FlyGrid.Net checks HasChildren property of each root virtual node on loading and if data source has relations, node tries to determine child rows presence.
This is known issue and this problem will solved to the beginning of next week.