I have DataGridView
already with recovered data where the user selects an item. But because the items are numerous, I would like to allow the user to type over the DataGrid as the system "goes" to the item entered.
I do not know the correct name for this type of facility, but it's very common in the widows environment itself. How do I apply this to DataGridView
?
Thank you.