in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

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
  • Formats from OwnerDraw-Assigned Styles not Sent to SaveExcel

    We are looking at implementing C1FlexGrid version 2.6.20073.357. We found that when a cell's style is assigned during the OwnerDraw event, the formatting that is displayed on the grid is not exported to an Excel file. Cells whose styles were assigned outside of the OwnerDraw event are exported with...
    Posted to FlexGrid for .NET (Forum) by rsNickel on 01-14-2008
    Filed under: C1FlexGrid, OwnerDraw, styles, Excel
  • Re: Formats from OwnerDraw-Assigned Styles not Sent to SaveExcel

    We have actually, of late, avoided the assigning of styles in OwnerDrawCell, doing it instead when the cell is first populated. When we started testing 2.6.20073.357, we noticed that some of the formatting were not being sent to Excel and found that it was from earlier forms in our system that assigned...
    Posted to FlexGrid for .NET (Forum) by rsNickel on 02-21-2008
    Filed under: C1FlexGrid, OwnerDraw
  • FlexGrid Tree doesn't honor VisualStyle Property after Styling with Buttonbar?

    Hi, Programmers, it seems that FlexGrid Tree doesn't honor VisualStyle Property after Styling with Buttonbar? TreeStyleFlags. ButtonBar TreeStyleFlags.Complete TreeStyleFlags.CompleteLeaf switch columnheader style to 'Frozen'. Can I change this? Can You change this? Thanks for Your Comments...
    Posted to FlexGrid for .NET (Forum) by 47110815 on 02-14-2008
    Filed under: C1FlexGrid, Header, Handling OwnerDrawCell VisualStyle, CellStyle, OwnerDraw, Tree, styles, GridTree, FlexGrid
  • Re: Formats from OwnerDraw-Assigned Styles not Sent to SaveExcel

    The problem is that OwnerDrawCell is only fired for visible cells on the form. If you were using SetCellStyle in OwnerDrawcell, then that method is never called for cells that are never made visible on the form, so off-screen cells are never assigned a style. Using "None" and "AsDisplayed"...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 02-21-2008
    Filed under: C1FlexGrid, OwnerDraw
  • Outlined selection: how?

    Hi all. I'm trying to implement an outlined selection mode which is independent from grid styles. I mean, I want a row to be all selected with a blue thick (2 pixels) outlined rectange, which is independent from cell styles (if a cell background is white or red, I want it to remain white or red)...
    Posted to FlexGrid for .NET (Forum) by silentman on 06-13-2008
    Filed under: Select, SelectionMode, OwnerDraw
Page 1 of 1 (6 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.