in

C1 Community

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

Browse by Tags

  • Showing multiple columns as data when using MultiColumnDictionary

    I have an application that contains a C1FlexGrid with a column containing codes that is suitable for using a combo box with a drop-down list and a multicolumn dictionary. The multiple columns are the code and the corresponding description of that code, which is stored in a database table (this is an...
    Posted to FlexGrid for .NET (Forum) by Jon1 on 10-25-2007
    Filed under: Combo, MultiColumnDictionary
  • FlexGrid as DataRepeater

    Hello All, I would like to know if the FlexGrid can be used as DataRepeater? We have more columns and do not want the Grid to scroll horizontally... So as in <asp:Repeater we can format the columns one over other.... is it possible to do in FlexGrid... Please provide any reference code or help. Thanks...
    Posted to FlexGrid for .NET (Forum) by dotnetcoder123 on 12-05-2007
    Filed under: MultiColumnDictionary
  • Re: Showing multiple columns as data when using MultiColumnDictionary

    You can handle this in the OwnerDrawCell method. In the sample below it retrieves all column data from map (a MultiColumnDictionary), using the column 2 grid data as the key, and replaces the column separator with a colon. C1FlexGrid1.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw Private Sub C1FlexGrid1_OwnerDrawCell...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-26-2007
    Filed under: C1FlexGrid, MultiColumnDictionary
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.