in

C1 Community

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

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • 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
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.