Does radgrid have the capability of "clientside" filtering? Where it does the filter on the "grid" data itself (clientside) and then return the row accordingly? What I mean is rather then come back to the server and redo a SQL query, the filter will just search all data on the grid (all columns) on the client side and display the rows that matches.
Thank you!