I want to display data in a grid with multiple rows per record - something like a Quicken style grid. I realize there is built-in functionality in the GridDataBoundGrid for doing this, however the data I have comes from different sources and is not in a IList compatible container. Is there any support in the GridControl to for displaying data where 1 logical row is represented by 2 or more physical grid rows?
ST
stanleyj
Syncfusion Team
December 20, 2005 06:43 AM UTC
Hi MattC,
You can create the look and feel of the Quicken style grid with Grid Control. This would basically involve border settings, covered cells and related cell types.
Please take a look at grid\samples\databound\multirowrecord, to see if that is of your interest.
Regards,
Stanley
AD
Administrator
Syncfusion Team
December 20, 2005 01:57 PM UTC
Thanks Stanley. I''ve seen grid\samples\databound\multirowrecord sample; it uses the GridDataBoundGrid. I want to use the cell-oriented GridControl. Is there any sample code using the GridControl in this manner?
ST
stanleyj
Syncfusion Team
December 20, 2005 03:44 PM UTC
Hi MattC,
We do not have a sample at present but some samples are getting ready. If you provide some snap shots of your requirement, we may suggest you solutions to get the things done.
Regards,
Stanley
AD
Administrator
Syncfusion Team
December 20, 2005 04:18 PM UTC
Stanley, the requirement would be to duplicate the functionality of the grid\samples\databound\multirowrecord sample, but use the GridControl instead of the GridDataBoundGrid control.
Thanks
Matt
ST
stanleyj
Syncfusion Team
December 20, 2005 06:07 PM UTC