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 of data in the dropdown and is about 10,000 items long.
- First off, yes I need all that data but will be filtering it as much as I can.
- I can type ahead and it will pull the information from the first column.
First, how would I go about also being able to search the second and the seventh column of data?
Second, is there a way to say automatically filter out the items that don't meet the criteria as the end user is typing them? For example, if I have three rows with One, Two, and Three as my row item and type T is there a way to filter so only Two and Three show in the list?
Thanks, John