VB.NET Datagrid "typing" search

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Ok, given that this is a windows ocx, it should be pretty easy to do
this but I just haven't been able to figure it out.

What I have is a datagrid on my form populated with various pieces of
information. What I would like is to be able to start typing and have
the datagrid move to the thing I'm typing if it exists.

For example given the list:

Ant
Cat
Dog
Dolphin
Puppy
Snake
Snail
Zebra

If I started typing "Do" then the list would move to Dog..and then if I
typed a "Dol" the list would move to Dolphin. It's the same way all
the file searching works in windows.

Any ideas how I would do this guys?

.



Relevant Pages

  • DataGrid Shift-Space Problem
    ... datagrid cell; instead of inserting a space, the datagrid will interpret the ... At that point the user has to re-enter the cell and begin typing the ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • datagrid scrollbar issue
    ... i have a windows form written in VB.NET with a datagrid control on it. ... is typing into this last column. ... last column the horizontal scrollbar does NOT move in sync with the text ... characters into the cell). ...
    (microsoft.public.vb.general.discussion)
  • Help with Datagrid events please.
    ... I have a datagrid, datasource is a dataset that contains no items... ... the cursor in the first cell in the datagrid and start typing values.. ...
    (microsoft.public.dotnet.languages.vb)
  • disabling a textbox
    ... How do you disable a TextBox in a datagrid in the Code ... But this doesnt stop the user actually typing anything in ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)