views:

66

answers:

0

I'm using a DataGrid to display the values of specific properties of a collection of objects. I've implemented search and cell highlighting through a similar method to the one on Tomer Shamam's blog.

However, I now need to implement 'Find/Replace' type functionality. I presumed I would be able to iterate through the DataGrid's cells to perform highlighting and replacements, but there doesn't seem to be a simple way to do this.

Any ideas?