views:

113

answers:

0

I have a DataView and I need to search a string inside the view. I only want the search string to get highlighted and all those rows where the search string does not exist to still show but they would obviously not be highlighted. Is there any built in functionailty in DataView or DataGridView to achieve this, or do I have to traverse each cell looking for the search term?

Thanks