Hello
I am currently having a problem with a WebChart, where each time I try to display the chart after using the databind method, the following error message appears
InitilizeScrollbar is not defined
The script that contains the InitilizeScrollbar method call is generated on the aspx file after the Page has finished loading.
The WebChart had been recently upgraded from 2007 Vol 2 to 2008 Vol 2 and uses the Webresource.axd file instead of Javascript. Any solution to the problem would be appreciated.
Regards
Adam Faulkner
Croner Software
Is the JavaScriptFilename property set to anything? If so, try clearing it. Or, try setting it to a url with ig_webchart.js and see if that fixes the problem.
Does this happen with just a chart added to a WebForm, or is it specific to one project?
I had a similar issue where we used the UltraWebChart inside an UpdatePanel and it would through an error when loaded... in IE it was "Object Expected" and in Firefox it was InitilizeScrollbar is not defined. I manually added the JS ig_webchart.js file to the page outside the update panel using a script tag and the Chart worked fine.