I am trying to add a telerik report and show the telerik report in telerik report viewer and wanna display the telerik report viewer when the button is click in angularjs...
but it is showing error as below.
$("#reportViewer1")
.telerik_ReportViewer({}) is not a function in AngularJS
i had updated JQuery version from jquery-1.9.1.min.js to 1.11 but again the same error occurs
How can i resolve it..
Regards