I would like to create a text box entry method that positions my grid column cell focus to the first occurence of the set of characters in the grid column that matches the characters I am typing.
I've seen this behavior with many programs such as MSDN Search. Does VB.NET Grid View Column already have a property or method that imitates that behavior. Does anyone have an example of how it would work?
I've seen this behavior with many programs such as MSDN Search. Does VB.NET Grid View Column already have a property or method that imitates that behavior. Does anyone have an example of how it would work?