Home - Forums-.NET - FlyGrid.Net (Windows Forms) - ExpandAll still does not work for grid bound to dataset

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

ExpandAll still does not work for grid bound to dataset
Link Posted: 01-Feb-2006 14:00
If you set the flygrid datasource to a datatable with a defined relation to another table in the dataset, the flygrid correctly shows the nested rows of the child table under the parent table row when you click the expansion icon.

However, you cannot expand the parent row programattically.  Expand All does not work.  flyGrid.Rows.Items only has the first row, so you cannot even iterate through all the rows and set Expanded on each one.
Link Posted: 02-Feb-2006 22:57
Yes this is known problem connected to virtual/data bound modes.
We'll try to solve this problem to the nearest FlyGrid.Net update.
Link Posted: 03-Feb-2006 05:58
Thanks.  We look foward to adding this feature when it is available.
Link Posted: 05-Feb-2006 00:27
This problem has been solved and ExpandAll/CollapseAll is correctly work in virtual and databound mode.
Example of these methods is added to the VirtualNestedGrids sample of the FlyGrid.Net Demo.
These fixes will available in the nearest FlyGrid.Net update.