Thanks for the quick response.
I’ll take another look at the custom filtering option. I was hoping that there was some way to intercept the filtering process and filter on a different datafield (the name rather than the hyperlink). I can’t really use the value part for display because that is a meaningless (to the user) hyperlink that references an ASPX page with two parameters.
Is there some way to intercept the normal filtering process? I have tried the filter event with no success. With custom filtering – I would still have to have a filter row at the top of the grid. Your example doesn’t really demonstrate that.