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.