in

All Tags » C1Combo (RSS)

Browse by Tags

  • New to FlexGrid and drop downcombo

    I am very new to C1 Studio (less than 24 hours). If someone can point me to some examples showing what I want to do I would appreciate it. I have 3 grids, the first shows available product and loads from the SQL Server db, When the user double clicks on an line item I want to move it to the second grid...
    Posted to FlexGrid for .NET (Forum) by michaelhawk on 09-26-2007
    Filed under: C1FlexGrid, Combo, C1Combo
  • C1Combo from 1.1 to dotNet 2

    I have code in visual studio 2003. It works public class FAList { private string _value = "1"; private string _display = "Best"; public FAList(string giatri, string display) { this.Value = giatri; this.Display = display; } public FAList() { this.Value = ""; this.Display...
    Posted to List for .NET (Forum) by hatuan04 on 10-31-2007
    Filed under: C1Combo
  • ComboBox Functionality

    My environment is Visual Studio 2008. I know there will be an update coming on sometime around February but haven't had any problems and have tried in VS2005 as well. I want to do this in code and not in the designer as well with C#. I'm working with the C1ComboBox control. I have seven columns...
    Posted to List for .NET (Forum) by ntbuddy on 01-16-2008
    Filed under: C1Combo, AutoCompletion, C1List, AllowColselect
  • SelectedStyle Not working with C1List/C1Combo

    The above issue happen when using with Visual Style. Steps: - Add form, add C1Combo, add C1List - put some data inside. - in form_load, change VisualStyle to Office2007Blue (for example), set Selected.BackColor for List/Combo to Red Color. The problem doesn't occur when using VisualStyle=Custom Anyone...
    Posted to List for .NET (Forum) by cpleong99 on 02-27-2008
    Filed under: C1Combo, C1List
  • Re: ComboBox Functionality

    The combo must be bound for the filter to work because the filter functionality is actually coming from the BindingSource and not the C1Combo. But if you're adding unbound data through the AddItem method, you can replace this with a DataTable. First add all the data to a DataTable and bind it to...
    Posted to List for .NET (Forum) by C1_GregL on 01-28-2008
    Filed under: C1Combo, filter
  • Re: ComboBox Functionality

    1. You can "search" any column, however you can only display a value from 1 column. The DisplayMember property controls which column is displayed in the textbox, and therefore determines which column to base the autocompletion on. 2. If your data binding has a BindingSource object you can set...
    Posted to List for .NET (Forum) by C1_GregL on 01-18-2008
    Filed under: C1Combo, filter
  • Re: Is it possible to bind the combo to an ADO Recordset?

    This can be done with a datatable in between. You fill the datatable with the recordset and set that to the datasource. Then you can use the SelectedValue from the C1Combo in the recordset.Find method to find the recordset bookmark. rs.Find( "ProductID = '" & C1Combo1.SelectedValue...
    Posted to List for .NET (Forum) by C1_GregL on 12-21-2007
    Filed under: C1Combo, Recordset
  • Re: Image in C1.Combo

    hi Marcel, This can be done using the FetchCellStyle method. Example for Column(0)... C1Combo1.Splits(0).DisplayColumns(0).FetchStyle = True Private Sub C1Combo1_FetchCellStyle( ByVal sender As System.Object, ByVal e As C1.Win.C1List.FetchCellStyleEventArgs) Handles C1Combo1.FetchCellStyle If e.Col ...
    Posted to List for .NET (Forum) by C1_GregL on 10-25-2007
    Filed under: C1Combo, Images
  • Re: DataMap on Specific Row and Column

    >> However, how do you handle rows that have different combobox data for the same column? You can accomplish this if you use a combo box control as the column editor. You could have multiple combo boxes each bound to a different dataset and customize which rows get which combo box for column X...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-04-2007
    Filed under: C1FlexGrid, C1Combo, Editor
  • Re: .NET slow compared with VB6

    Have you tried using a combo box as the dropdown? ComponentOne has a C1Combo control that allows you to easily bind it to a data source and it can have multiple columns like a list or a grid. Then you can simply set the C1Combo as the column editor for any column in your FlexGrid. I've attached a...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 09-21-2007
    Filed under: C1FlexGrid, C1Combo, Editor
Page 1 of 2 (18 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.