Dhamodharan
Top achievements
Rank 1
Dhamodharan
asked on 07 May 2013, 05:41 PM
Hi,
I am using Telerik reporting in my pages. I get an Script error in ie9, ie10 on loading a report viewer inside the radwindow as 'Array' is undefined. Can you please provide me a working solution
Thanks
I am using Telerik reporting in my pages. I get an Script error in ie9, ie10 on loading a report viewer inside the radwindow as 'Array' is undefined. Can you please provide me a working solution
Thanks
5 Answers, 1 is accepted
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 10 May 2013, 12:37 PM
0
Dhamodharan
Top achievements
Rank 1
answered on 14 May 2013, 12:21 PM
Hi Hadib Ahmabi,
No i still getting that error. i got that in Telerik.ReportViewer.axd? and error in
<script type="text/javascript">
var PageInfo = [0, 1];
var BookmarksOnPage = new Array(); // Array is Undefined
</script>
Thanks
No i still getting that error. i got that in Telerik.ReportViewer.axd? and error in
<script type="text/javascript">
var PageInfo = [0, 1];
var BookmarksOnPage = new Array(); // Array is Undefined
</script>
Thanks
0
Hello Dhamodharan,
The issue is not reproducible with our online demos and the latest available Telerik Reporting Q1 2013 release. Please check your report definition for any obsolete properties. In case you have some older version, upgrade your projects.
In order to provide you more accurate suggestions, please specify the used versions, send us the report definition and the page loading it. You can do this in a separate support thread or by uploading your code somewhere and sharing the link to it with us.
Greetings,
Stef
the Telerik team
The issue is not reproducible with our online demos and the latest available Telerik Reporting Q1 2013 release. Please check your report definition for any obsolete properties. In case you have some older version, upgrade your projects.
In order to provide you more accurate suggestions, please specify the used versions, send us the report definition and the page loading it. You can do this in a separate support thread or by uploading your code somewhere and sharing the link to it with us.
Greetings,
Stef
the Telerik team
Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.
0
Dhamodharan
Top achievements
Rank 1
answered on 17 May 2013, 05:41 PM
Hi
Stef
,
I am using the latest version only. I am assigned the report viewer in user control. I am calling the user control in various places.
It works as expected in normal pages, the problem occurs only when i load that user control in a radwindow. it causes the script error as follows.
I am using the latest version only. I am assigned the report viewer in user control. I am calling the user control in various places.
It works as expected in normal pages, the problem occurs only when i load that user control in a radwindow. it causes the script error as follows.
<script type="text/javascript">
var PageInfo = [0, 1];
var BookmarksOnPage = new Array(); // Array is Undefined
</script>
i want to fix this error. It is really feel annoy to get these types of errors from telerik controls.
Thanks
var PageInfo = [0, 1];
var BookmarksOnPage = new Array(); // Array is Undefined
</script>
i want to fix this error. It is really feel annoy to get these types of errors from telerik controls.
Thanks
0
Hi Dhamodharan,
The described behavior is not reproducible at our side when displaying any of the reports from our local ASP.NET ReportViewer demos in RadWindow.
In order to investigate further your issue, please send us a runnable sample project reproducing the described exception.
Regards,
Stef
Telerik
The described behavior is not reproducible at our side when displaying any of the reports from our local ASP.NET ReportViewer demos in RadWindow.
In order to investigate further your issue, please send us a runnable sample project reproducing the described exception.
Regards,
Stef
Telerik
Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.