embedd crystal reports viewer urgent problem
I have created a simple usercontrol with an crystal reportsviewer dropped on to it. Registerd in the toolbox as a widget. When i drop it on a page the javascript of the viewer gives an error of a missing document element. In this case the crystal report viewer script is missing an input type in the resulting page
When i drop the user control on a normal aspx page it works
Hope someone of Telerik will find time to simulate the problem and can help me find a solution for this urgently.
Hi ,
Does the issue occur when you view the view the page as a public user and "browse and edit" is turned off or there are js errors in edit mode only? This is some js conflict or the scripts that you need are not initially loaded.
Best wishes,
Ivan Dimitrov
the Telerik team
Hi Ivan,
Thanks for your reply the error occurs in both public and edit view. The error is in the allinone.js script file of the crystal report viewer. It tries to get a document element of the resulting html page, which is not added exactly by sitefinity. It looks like sitefinity adds this element(hidden input field) in a scrambled version. Hope this helps.
Thanks,
Richard