Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Sorting / Expanding Exception

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

Sorting / Expanding Exception
Link Posted: 22-Dec-2005 18:30
Hello - I was testing your "Master/Detail" demo with version 1.2.11.4630, because this type of nested grid is exactly what I need.  I got an exception after only 3 clicks in your demo.

1) Sort by Customer
2) Expand first customer: WOLZA
3) Expand first Order: 10374

An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.data.dll

Additional information: Cannot find column CustomerID.


Is this a bug, or was the demo not set up to handle this?
If this can be fixed with code in the demo, please let me know how.
Link Posted: 22-Dec-2005 22:11
Thank you for your report.
Please download today update, this problem is fixed.
Link Posted: 23-Dec-2005 04:35
I downloaded the new demo, and there were 2 compilation errors:
  
1) The using directive for 'System.Data' appeared previously in this namespace
  - So I deleted the second using System.Data

2) I'm not sure what to do with this error:
C:\...\Demo\C#\virtualNestedGridForm.cs(336): 'NineRays.Windows.Forms.Data.VirtualNestedGridNode' does not contain a definition for 'SetState'


[quote="NineRays"]Thank you for your report.
Please download today update, this problem is fixed.
Link Posted: 23-Dec-2005 07:29
I'm very sorry for the worng package, please redownload FlyGrid.Net Evaluation once again.
Link Posted: 23-Dec-2005 08:49
Hello - I downloaded the new demo, and new sorting & expanding is working.

Thank you.
Link Posted: 24-Dec-2005 11:42
Hello - I downloaded the new demo, and new sorting & expanding is working.

Thank you.