in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » Merge (RSS)

Browse by Tags

  • Printing problem with custom OwnerDraw and GetMergedRange

    Hello, I have a problem with printing a grid. First, here is a print screen example: I have a custom designed grid, with grid's DrawMode set to DrawModeEnum.OwnerDraw, implemented OwnerDrawCell and overriden GetMergedRange method. GetMergedRange takes care of merging together appropriate cells (where...
    Posted to FlexGrid for .NET (Forum) by paarothefinc on 11-08-2007
    Filed under: AllowMerging, Merge, OwnerDraw, GetMergetRange
  • Re: FLEXGRID MERGE COLUMNS

    FlexGrid has the ability to "Allow merging." That means adjacent cells with similar values can be merged together if the AllowMerging property is True. This can be done across rows and down columns. _flex.AllowMerging = AllowMergingEnum.Free ' Merge values in column 1. _flex.Cols(1).AllowMerging...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 08-31-2007
    Filed under: C1FlexGrid, AllowMerging, Merge, Columns
  • Problem printing merged cells

    I am using C1FlexGrid in OwnerDraw mode. In the OwnerDraw event handler, I create the bitmaps depending on the UserData in the cell. In the process, I also create bitmaps for the merged cells. Works fine. The problem is while printing. If the merging is across columns, it is still fine. But when it is...
    Posted to FlexGrid for .NET (Forum) by aceisin on 08-14-2008
    Filed under: C1FlexGrid, merge flex, Merge, DrawCell, OwnerDraw, GetMergetRange, printer, print, Printing Merged cells
  • Re: FLEXGRID MERGE COLUMNS

    To merge rows AND columns you have to override the GetMergedRange method with an inherited flexgrid control. I attached a sample for you. Hope that helps, Greg L
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 11-30-2007
    Filed under: C1FlexGrid, Merge, Columns, Rows
Page 1 of 1 (4 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.