How do I Index into a grid view while typing string?
-
Hi: This is my first time posting to this board and I'm relatively new to programming with Visual Studio 2005 but I'm not new to programming in general. I have a database app which uses a DataGridView control with 4 columns displayed. This is constructed with drag and drop from Data Sources and works well. I would like to provide a textBox control that indexes into the "Name" column of the Grid View as a string is typed in the box. I.E. if I type a "V" the grid goes to the first name which starts with V then as I type the rest of the name it goes to the first name that starts with the letters in the textbox. The user can continue typing until he types the entire name or sees the name he wants and selects it with the mouse. Is there a control to do this? Thanks Edwin