Is it possible to find a record in a datagrid by typing characters into the grid? Bascially if I have the following records:
Anne
Bob
Bill
Bud
Carl
Carlos
Curt
And type "C" it will got to the records that start with "C". If I type "Ca" it will go to the records that start with the corresponding characters.
I cannot find anything on the subject, but not be using the right terminology. If someone knows an efficient way to do this or knows of a site that explains it I would appreciate it.
Thanks :)