AD
Administrator
Syncfusion Team
July 10, 2003 09:14 AM UTC
I think you should be able to do either. Attached is our GridinCells sample modified to have GridDataBoundGrids embedded in cells of a GridControl.
NP
Nick Pasko
July 11, 2003 03:31 AM UTC
GridInCell.cs(26): The type or namespace name 'GridGenericControlCellModel' could not be found (are you missing a using directive or an assembly reference?)
AD
Administrator
Syncfusion Team
July 11, 2003 05:30 AM UTC
The sample was done using our 1.6.1 version which is the latest public release. Are you using that version? If not, you can download it from a link on your support home page.
If you want to keep using an earlier version, you can similarly modify the GridInCell.cs file that is part of the Syncfusion\Essential Suite\Grid\Samples\In Depth\GridInCells sample shipped with your version.
NP
Nick Pasko
July 11, 2003 09:03 AM UTC
Thanks!