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

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Re: How to Fill a FlexGrid ComboBox at Runtime?

    There's the simple ColCombo property which loads a combobox with 1 column given a string of items. C1FlexGrid1.Cols(2).ComboList = "One|Two|Three|Four" Or you can set up a data map with multiple columns. This way lets you set a cell value programmatically given a datamap key. You can also...
    Posted to FlexGrid for WinForms by C1_GregL on Mon, Sep 15 2008
    Filed under: MultiColumnDictionary, datamap
  • 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 WinForms by dotnetcoder123 on Wed, Dec 5 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 WinForms by C1_GregL on Fri, Oct 26 2007
    Filed under: C1FlexGrid, MultiColumnDictionary
  • 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 WinForms by Jon1 on Thu, Oct 25 2007
    Filed under: Combo, MultiColumnDictionary
Page 1 of 2 (40 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.