Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Multiple nested grids

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

Multiple nested grids
Link Posted: 11-Nov-2005 11:43
Is it possible to have multiple nested grids at the same level?

Given the hierarchy:

    Parent
   |           Child A     Child B

It only seems that you can have one NestedColumns pre Columns, even if I put an artificial layer in like:

    Parent
         |
   Child Type
   |           Child A     Child B

If it is not possible, can I host a control in a Column Cell and just put a new grid in?
Link Posted: 11-Nov-2005 15:12
Is it possible to have multiple nested grids at the same level?

Given the hierarchy:

Parent
| Child A Child B

It only seems that you can have one NestedColumns pre Columns, even if I put an artificial layer in like:

Parent
|
Child Type
| Child A Child B


Mutliple nested grids feature will release in the next major version of FlyGrid. Now it is not possible.


If it is not possible, can I host a control in a Column Cell and just put a new grid in?


You can host any Windows.Forms control in column cell dropdown, see the Grid Stylizing sample (CustomDropdown column) but not as cell editor.
Link Posted: 26-Mar-2009 07:06
Do you have a timeframe in which release this will be implemented?