We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Grid Inside a grid

Hi,

Here is the attachement which contains three(3) grids.I am using windows forms.I want to print these 3 grids.
Using Syncfusion's GridPrintDocument(), i can print one grid.
ex:
GridPrintDocument gridPrintDocument = new GridPrintDocument(grid1, isPrintPreview);

What to do to print 3 grids?

Does the syncfusion has the facility of inserting one grid inside the other, such that if i take a grid say(Main_Grid) and insert the above 3 grids in that Main_Grid and if i give this Main_Grid to GridPrintDocument like

GridPrintDocument gridPrintDocument = new GridPrintDocument(Main_Grid, isPrintPreview);

Is it possible? If yes, How?
or what's the solution for my problem?

Thanks
Raghavendra



PrintDoc.zip

3 Replies

AD Administrator Syncfusion Team November 15, 2006 11:07 AM UTC

Hi Raghavendra,

TheGridInCells browser sample shows you how to place a grid inside a cell within a grid. This sample has 3 different grids with covered cells of a larger grid.

Here is a path.
[installdrive]\Syncfusion\Essential Studio\4.3.0.25\windows\Grid.Windows\Samples\In Depth\GridInCells\cs

Best Regards,
Haneef


RA Raghavendra November 16, 2006 05:48 AM UTC

Thank you Haneef, it is working.


AD Administrator Syncfusion Team November 16, 2006 05:50 AM UTC

I got my answer from

http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=63

Thankyou
Raghavendra

Loader.
Live Chat Icon For mobile
Up arrow icon