I am evaluating the RADGrid. I need to be able to pass the FILTERED results from the grid to another page. Is there a way to acces the FILTERED data in the Grid and save it into a session (or anything else) and read it on another page?
You may consider storing the currently applied filter expression in a Session/Cache object and then reference it from there to filter the records on another page. These topics from the online help can become a starting point for your implementation: