I have a RadGrid and I’m experiencing very slow searching in the filtering. If I do a query on the server itself with a “select * from table where column LIKE ‘%blah%’ it can return the query in about a second. With the filtering it can take up to 20 seconds.