I'm looking to implement a search box for a datagridview control similar to let's say firefox Control-F which would bring up a search box and on finding a match the row would be highligted etc.
Is there any similar functionality perhaps using Lucene.net or similar ?
Note - this would be different than say DataTable.Search() as the # of columns are unknown and in some cases there are dozens of columns(over 100) !