Hello Team,
Recently we have upgraded telerik control ,so application can works fine on IE 11.
In the application ,we have a RadWindow popup to open the SSRS report but suddenly found that print is not working on IE 11 for SSRS (SQL Server 2008 R2)
Is there any possibility to set the browser Compatibility for IE 9 on RadWindow popup like below
I tried in this way <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" > but it didn't work because application is set to work on Edge mode.
I just wanted to set browser Compatibility for IE 9 only for RadWindow popup.
Note : There is a aspx page having user control and from user control, RadWindow popup is getting open to show the SSRS report.
Thanks
Afroz khan