Running the reportview in asp.net mvc 3 following the example at:
http://fullsaas.blogspot.com/2011/02/how-to-use-telerik-report-in-aspnet-mvc.html
The report looks right but I'm getting a javascript error when running in Chrome. It is:
"Telerik.ReportViewer.axd:204 Uncaught SyntaxError: Unexpected token &"
Full trace below:
Telerik.ReportViewer.axd:204 Uncaught SyntaxError: Unexpected token &
ReportViewer.NavigateReportFrame Telerik.ReportViewer.axd:204
ReportViewer Telerik.ReportViewer.axd:88
(anonymous function) report:196
Any ideas on how to resolve this? I'm using the trial version and testing with both MVC2 and MVC3 in order to verify things are solid before purchasing.
Thanks - wg