Me.UltraGridPrintDocument1.Grid = Me.UltraGrid1
How, or is there a way to assign or add multiple grids to the print document and what might that way be? Can they be combined and yet achieve the same visual form appearance? Not sure that creating my own control and inheriting from the UltraGridPrintDocument will help.
- Ken
An UltraGridPrintDocument can only be associated with a single UltraGrid and therefore each grid must be part of a separate print job.You may want to submit a suggestion for adding this - http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Does anyone have any suggestions on how to accomplish this; a work-around that is?
Thanks,
Ken Bobel