R
rh
Hi, I'd like to add an incremental search to my windows form DataGrid that
works like the one used in Windows Explorer.
In Windows Explorer, when you type a character it jumps to the first item
that matches that character. If you type another letter within a given
amount of time it will be part of the same search so that it will match the
first 2 characters and so on. If you wait long enough and then type another
character, it will treat it as a new search.
Any info, links, or sample code to help me do this would be appreciated.
Thanks in advance!
works like the one used in Windows Explorer.
In Windows Explorer, when you type a character it jumps to the first item
that matches that character. If you type another letter within a given
amount of time it will be part of the same search so that it will match the
first 2 characters and so on. If you wait long enough and then type another
character, it will treat it as a new search.
Any info, links, or sample code to help me do this would be appreciated.
Thanks in advance!