Sorry, but there are no more tags available to filter with.
-
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...
-
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...
Page 1 of 1 (2 items)