I have created a routine which will highlight the search string in a grid, much like F3 in your browser. It is working well, by intercepting the GridRead events and applying a <SPAN> around the searched text to highlight it. The problem I have is that I don't know if the search filter in the collection provided comes from the search box or another filter applied to the grid. Is there a way that I can determine the filter comes from the search box so I only apply the highlight if it is the search text?
Thanks,
Bryan