I want to be able to open a new window (preferably a normal browser window rather than a RadWindow) for a print version of a RadGrid (ExportPDF is not suitable).
To do this I need to pass the FilterExpression of the RadGrid to the new window. I can do this in two ways -
1. Pass the FilterExpression in the URL of the new window
2. Set a session object to the FilterExpression and retrieve it in the new window
How can I set the session object client side (i.e. on a button click)?
To do this I need to pass the FilterExpression of the RadGrid to the new window. I can do this in two ways -
1. Pass the FilterExpression in the URL of the new window
2. Set a session object to the FilterExpression and retrieve it in the new window
How can I set the session object client side (i.e. on a button click)?