Using Telerik Reporting we've added a parameter which from Visual Studio, the parameter drop down list is populated when using the preview and HTML preview options, however, when viewing the telerik viewer from within a content page via a browser on the localhost a javascript error is being thrown which results in the parameter drop down list not being populated.
IE
the error (using IE Debugger) is thrown on line 171
var editor = eval(this.editors[i]);
Chrome
Uncaught SyntaxError: Unexpected identifier
Telerik.ReportViewer.axd?instanceID=f2db9c5d5e964019af4aa5add4b49b89&culture=en-US&uiculture=en-US&optype=Parameters:24
Firefox
Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 54, Column: 13
Source Code:
var parameterEditorChoose Employee_valueEditorChoose Employee = new MultiCheckBoxValueEditor('parameterEditorChoose Employee_valueEditorChoose Employee_textBoxChoose Employee', 'parameterEditorChoose Employee_valueEditorChoose Employee_ta1', true
Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 58, Column: 11
Source Code:
var parameterEditorChoose Employee = new ParameterEditor('parameterEditorChoose Employee_valueEditorChoose Employee', 'parameterEditorChoose Employee_nullSelectorChoose Employee', 'parameterEditorChoose Employee_InvalidValueImage');