Searching columns in datagridview
I need to be able to search a column in a datagridview for a user-entered value . For example, if there is a column LAST NAME, I would like to be able to type SMITH and go directly to that row in the grid.
Anyone done this before?
Thanks so much!