I have currently have a GridView that contains a list of queries. I need to be able to search through the GridView, and run a specific query based on the text data in a specific column. There are currently enough rows of data in the grid that there is a scrollbar.
Any way to do this without having to set a filter on the grid column I want and select the first row?